Skip to content

Commit 4a04028

Browse files
committed
fix ucrt
1 parent 72855c7 commit 4a04028

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
run: |
7171
# @see https://github.com/xmake-io/xmake/issues/7158
7272
xmake lua os.rmdir "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/Llvm"
73+
xmake lua os.rmdir "C:/Program Files/LLVM"
7374
7475
- name: Package
7576
run: |

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if has_config("release") then
3535
set_policy("package.install_only", true) -- Don't fetch system package
3636

3737
if is_plat("windows") then
38-
set_runtimes("MT")
38+
set_runtimes("MD")
3939
-- workaround cmake
4040
libuv_require = "libuv[toolchains=clang-cl]"
4141
end

0 commit comments

Comments
 (0)