Linux
1 | export GYP_GENERATORS=make,ninja |
Windows
1 | set GYP_MSVS_VERSION=2015 |
gyp支持的本地构建工具有:
cmake,eclipse,make,msvs,ninja,xcode
在windows下让cmake生成makefile必须用gnu makefile。
1 | export GYP_GENERATORS=make,ninja |
1 | set GYP_MSVS_VERSION=2015 |
gyp支持的本地构建工具有:
cmake,eclipse,make,msvs,ninja,xcode
在windows下让cmake生成makefile必须用gnu makefile。