summaryrefslogtreecommitdiff
path: root/core/src/luajit/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-11 23:06:04 +0800
committerruki <[email protected]>2020-02-11 12:36:24 +0800
commit94c19e101325c6a6a63a281ae6f6fee1ed230298 (patch)
tree8563d7d0184cba06f2ab233eccf43ed7428ab1f5 /core/src/luajit/xmake.lua
parenta0ff9f3cf3e5a425e8f7b4313e8b42a08effda42 (diff)
add msys and cygwin makefile
Diffstat (limited to 'core/src/luajit/xmake.lua')
-rw-r--r--core/src/luajit/xmake.lua2
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")