summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/luajit/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile
index 6a742dbea..b6770666c 100644
--- a/core/src/luajit/makefile
+++ b/core/src/luajit/makefile
@@ -75,7 +75,10 @@ luajit_C_FILES += \
src/lj_vmmath
# asm files
-ifneq ($PLAT,windows)
+ifeq ($PLAT,windows)
+luajit_OBJ_FILES += \
+ src/autogen/$(PLAT)/$(ARCH)/lj_vm
+else
luajit_ASM_FILES += \
src/autogen/$(PLAT)/$(ARCH)/lj_vm
endif