diff options
| m--------- | core/src/tbox/tbox | 0 | ||||
| -rw-r--r-- | core/xmake.lua | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject 997c6ea29ba20042ff78724f21bb0280a58e2a5 +Subproject a273c9904bc8065b04fcb815870016a3a09c8ca diff --git a/core/xmake.lua b/core/xmake.lua index c8ebfcbec..510048959 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -38,8 +38,7 @@ end]] -- for the windows platform (msvc) if is_plat("windows") then - set_runtimes("MT") - add_ldflags("-nodefaultlib:msvcrt.lib") + set_runtimes("MD") add_links("kernel32", "user32", "gdi32") end |
