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 b0b094f commit e470863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/tbox/tbox
Submodule tbox updated 1 files
+2 −2 xmake.lua
2 changes: 1 addition & 1 deletion core/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ end]]

-- for the windows platform (msvc)
if is_plat("windows") then
set_runtimes("MD")
set_runtimes("MT")
add_links("kernel32", "user32", "gdi32")
end

Expand Down

0 comments on commit e470863

Please sign in to comment.