summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorruki <[email protected]>2019-04-17 22:46:50 +0800
committerruki <[email protected]>2019-04-17 10:41:01 +0800
commit74c18489f716bda97ae46d2f497682da8867ece9 (patch)
tree30f7a291fa10d39d6b0b8abaae7595a4e1dc8b23 /core/src
parentcce9a53e76072dc8317f319b77fd408bdf57238e (diff)
improve xmake.lua for core
Diffstat (limited to 'core/src')
-rw-r--r--core/src/luajit/xmake.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua
index 0dd1345f8..1f23d8645 100644
--- a/core/src/luajit/xmake.lua
+++ b/core/src/luajit/xmake.lua
@@ -18,8 +18,6 @@ target("luajit")
-- disable c99(/TP) for windows
if is_plat("windows") then
set_languages("c89")
- else
- set_languages("gnu99")
end
-- add header files