-
-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
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
update boost package:config("vs_runtime") to package:has_runtimes #4875
Conversation
一个 pr 单独一个分支,用以前的分支就会把提交附带上来。另外不要用中文 commit |
A PR is a separate branch, and the commit will be attached to the previous branch. Also don’t use Chinese commit |
packages/b/boost/xmake.lua
Outdated
@@ -101,7 +101,7 @@ package("boost") | |||
linkname = linkname .. "-mt" | |||
end | |||
if package:is_plat("windows") then | |||
local vs_runtime = package:config("vs_runtime") | |||
local vs_runtime = package:runtimes() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
用 package:has_runtime
commit 清理下,然后 force push 下,不要带中文 |
Clean up the commit and then force push. Do not include Chinese characters. |
调整 boost 库中使用的 package:config("vs_runtime") 为 package:runtimes()