Skip to content

Commit 914bd30

Browse files
committed
revert to MT
1 parent 1e8c28c commit 914bd30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ if is_plat("windows") then
8282
add_defines("NOCRYPT", "NOGDI")
8383
if is_mode("debug") then
8484
add_cxflags("-Gs", "-RTC1")
85-
set_runtimes("MDd")
85+
set_runtimes("MTd")
8686
else
87-
set_runtimes("MD")
87+
set_runtimes("MT")
8888
end
8989
add_syslinks("ws2_32", "user32")
9090
elseif is_plat("android") then

0 commit comments

Comments
 (0)