Replies: 1 comment 2 replies
-
build 用的参数 通常和 make install 参数不完全一直,大都情况下 默认如果全部同步传入,有时候反而出错,目前是由于现有 xmake-repo 仓库包 make install 不带参数大都足够满足需求了,所以我没加参数。。。 如果有特殊的参数需求,可以拆分单独走 make.build + make.make (install configs) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xmake/xmake/modules/package/tools/make.lua
Lines 142 to 154 in 18b910e
为啥这里运行
make
的时候传入configs参数,而make install
不传参?直接使用Makefile没经过config,所有设置都必须从命令行传入,两次运行不传相同参数经常出问题(build static & install shared,报错找不到文件)Beta Was this translation helpful? Give feedback.
All reactions