diff options
| author | ruki <[email protected]> | 2021-06-30 22:38:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-06-30 22:38:21 +0800 |
| commit | 46fd1844fc7a5456c4cd56bc2c251ed635d037ca (patch) | |
| tree | c95d50cfce467132b0eb64df0625159cd433f49c /core/xmake.lua | |
| parent | 1ad77823ea35c43cad0ea502491cd2381608ca02 (diff) | |
fix white spaces
Diffstat (limited to 'core/xmake.lua')
| -rw-r--r-- | core/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xmake.lua b/core/xmake.lua index 8187c5e93..16200869d 100644 --- a/core/xmake.lua +++ b/core/xmake.lua @@ -29,7 +29,7 @@ add_cxflags("-Wno-error=deprecated-declarations", "-fno-strict-aliasing", "-Wno- add_defines("_GNU_SOURCE=1", "_FILE_OFFSET_BITS=64", "_LARGEFILE_SOURCE") -- for the windows platform (msvc) -if is_plat("windows") then +if is_plat("windows") then add_cxflags("-MT") add_ldflags("-nodefaultlib:msvcrt.lib") add_links("kernel32", "user32", "gdi32") |
