diff options
Diffstat (limited to 'core/src/luajit/xmake.lua')
| -rw-r--r-- | core/src/luajit/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua index a9b140959..33999711f 100644 --- a/core/src/luajit/xmake.lua +++ b/core/src/luajit/xmake.lua @@ -18,6 +18,8 @@ target("luajit") -- disable c99(/TP) for windows if is_plat("windows") then set_languages("c89") + else + set_languages("gnu99") end -- set the object files directory |
