summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-10 22:27:01 +0800
committerruki <[email protected]>2025-01-10 22:27:01 +0800
commit453c1bbd01e55333d9ebc889b08a193b4c07a33b (patch)
tree8ec888aa08428f827dd7f068942fec68cf5e66c0
parenta9c0b289d2bba071a25dc88aad8675be0a4d0736 (diff)
update tbox and runtimes
m---------core/src/tbox/tbox0
-rw-r--r--core/xmake.lua3
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