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/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/luajit/makefile') diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile index bfe6ed17b..4d17108e7 100644 --- a/core/src/luajit/makefile +++ b/core/src/luajit/makefile @@ -75,8 +75,10 @@ luajit_C_FILES += \ src/lj_vmmath # asm files +ifneq ($PLAT,windows) luajit_ASM_FILES += \ src/autogen/$(PLAT)/$(ARCH)/lj_vm +endif # includes luajit_INC_DIRS += \ -- cgit v1.3.1