Skip to content

Commit

Permalink
update tbox and runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jan 10, 2025
1 parent a9c0b28 commit 453c1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/tbox/tbox
Submodule tbox updated 1 files
+9 −3 xmake.lua
3 changes: 1 addition & 2 deletions core/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 453c1bb

Please sign in to comment.