From e470863c24280ad3566d35b16ad184d3781510af Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 10 Jan 2025 22:37:08 +0800 Subject: [PATCH] revert to MT --- core/src/tbox/tbox | 2 +- core/xmake.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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