diff options
Diffstat (limited to 'core/src/luajit/makefile')
| -rw-r--r-- | core/src/luajit/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 += \ |
