We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72855c7 commit 4a04028Copy full SHA for 4a04028
.github/workflows/package.yml
@@ -70,6 +70,7 @@ jobs:
70
run: |
71
# @see https://github.com/xmake-io/xmake/issues/7158
72
xmake lua os.rmdir "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/Llvm"
73
+ xmake lua os.rmdir "C:/Program Files/LLVM"
74
75
- name: Package
76
xmake.lua
@@ -35,7 +35,7 @@ if has_config("release") then
35
set_policy("package.install_only", true) -- Don't fetch system package
36
37
if is_plat("windows") then
38
- set_runtimes("MT")
+ set_runtimes("MD")
39
-- workaround cmake
40
libuv_require = "libuv[toolchains=clang-cl]"
41
end
0 commit comments