summaryrefslogtreecommitdiff
path: root/core/src/luajit/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/luajit/xmake.lua')
-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