Skip to content

Commit

Permalink
fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Apr 25, 2020
1 parent 3c5147c commit 18dd280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if is_plat("windows") then
elseif is_mode("debug") then
add_cxflags("-MTd")
end
add_cxxflags("-EHsc", "-FIiso646.h")
add_ldflags("-nodefaultlib:msvcrt.lib")
end

Expand Down

0 comments on commit 18dd280

Please sign in to comment.