diff options
| -rw-r--r-- | core/src/demo/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/demo/xmake.lua b/core/src/demo/xmake.lua index bd8e1d230..4aceb3340 100644 --- a/core/src/demo/xmake.lua +++ b/core/src/demo/xmake.lua @@ -41,9 +41,9 @@ target("demo") -- enable xp compatibility mode if is_plat("windows") then if is_arch("x86") then - add_ldflags("/subsystem:console,\"5.01\"") + add_ldflags("/subsystem:console,5.01") else - add_ldflags("/subsystem:console,\"5.02\"") + add_ldflags("/subsystem:console,5.02") end end |
