想要在 mac 中编译 windows的包
可以尝试:
- 配一套 mac 交叉编译 windows 的 C 工具链
- 设置环境变量
MOON_CC=<交叉工具链的cc>,然后moon build --target native
1 个赞
想要在 mac 中编译 windows的包
可以尝试:
MOON_CC=<交叉工具链的cc>,然后 moon build --target native