We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
注:如果是问题报障或者特性请求,请选择报告缺陷,特性请求模板,否则一律不回复。
问题报障
特性请求
报告缺陷
xmake-io/xmake-repo#463
这里给cmake加载了msvc,但丢失了nasm等依赖的环境变量,情况类似于package.tools.nmake/package.tools.meson,见https://github.com/xq114/xmake-repo/actions/runs/992556214
更进一步,如果提供一个os.joinenv的接口则更好,可在package内更方便地修改环境变量
The text was updated successfully, but these errors were encountered:
加了个 os.joinenvs(envs, oldenvs) 如果 oldenvs 为 nil,默认用 os.getenvs()
另外 tools/gn, cmake, nmake, msbuild, meson 里面的 envs 我都更新过了。。
等 ci 上过了再试试
Sorry, something went wrong.
环境变量的问题解决了;另一个问题是走cmake->msbuild路线的时候无法指定是否并行
xmake/xmake/modules/package/tools/cmake.lua
Lines 520 to 527 in 60db239
open3d里面不支持ninja只支持msbuild,并且要求cmake后的msbuild必须串行不能并行,能否加一个指令指定是否开启并行(-m)?
-m
那你帮忙开个pr直接改下就好了,也就几行代码。我可能要明晚才有时间了
No branches or pull requests
xmake-io/xmake-repo#463
这里给cmake加载了msvc,但丢失了nasm等依赖的环境变量,情况类似于package.tools.nmake/package.tools.meson,见https://github.com/xq114/xmake-repo/actions/runs/992556214
更进一步,如果提供一个os.joinenv的接口则更好,可在package内更方便地修改环境变量
The text was updated successfully, but these errors were encountered: