From ec118cc66342ce8bcefdfd9df8af83ce3a22e1e0 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 30 Mar 2017 12:28:21 +0800 Subject: add luajit autogen files for windows --- core/src/luajit/xmake.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/src/luajit/xmake.lua') diff --git a/core/src/luajit/xmake.lua b/core/src/luajit/xmake.lua index 250210e0e..d5590a771 100644 --- a/core/src/luajit/xmake.lua +++ b/core/src/luajit/xmake.lua @@ -19,7 +19,9 @@ target("luajit") -- add the common source files add_files("src/*.c|ljamalg.c|luajit.c") - add_files("src/autogen/$(plat)/$(arch)/*.s") + if not is_plat("windows") then + add_files("src/autogen/$(plat)/$(arch)/*.s") + end -- disable jit compiler? -- add_defines("LUAJIT_DISABLE_JIT") -- cgit v1.3.1