diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox index 1e8c28cc4b..914bd30a5f 160000 --- a/core/src/tbox/tbox +++ b/core/src/tbox/tbox @@ -1 +1 @@ -Subproject commit 1e8c28cc4bc7fa03369f0182f8b1f5d0e47c5c90 +Subproject commit 914bd30a5f6faca7a749e7956630dfc6caece0b9 diff --git a/core/xmake.lua b/core/xmake.lua index 5100489594..8ff6322eeb 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -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