Skip to content

Commit

Permalink
revert to MT
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 10, 2025
1 parent 1e8c28c commit 914bd30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ if is_plat("windows") then
add_defines("NOCRYPT", "NOGDI")
if is_mode("debug") then
add_cxflags("-Gs", "-RTC1")
set_runtimes("MDd")
set_runtimes("MTd")
else
set_runtimes("MD")
set_runtimes("MT")
end
add_syslinks("ws2_32", "user32")
elseif is_plat("android") then
Expand Down

0 comments on commit 914bd30

Please sign in to comment.