diff options
Diffstat (limited to 'core/src/luajit/xmake.lua')
| -rw-r--r-- | core/src/luajit/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua index d0aea2473..a26b11e67 100644 --- a/core/src/luajit/xmake.lua +++ b/core/src/luajit/xmake.lua @@ -29,7 +29,7 @@ target("luajit") -- add the common source files add_files("luajit/src/*.c|ljamalg.c|luajit.c") - if is_plat("windows") then + if is_plat("windows", "msys", "cygwin") then add_files(autogendir .. "/lj_vm.obj") else add_files(autogendir .. "/*.S") |
