summaryrefslogtreecommitdiff
path: root/core/src/luajit/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/luajit/makefile')
-rw-r--r--core/src/luajit/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile
index f2a2563bf..425e15f0a 100644
--- a/core/src/luajit/makefile
+++ b/core/src/luajit/makefile
@@ -108,15 +108,15 @@ GENARCH := x86
endif
GENPLAT := windows
luajit_OBJ_FILES += \
- autogen/$(GENPLAT)/$(luajit_JIT)/$(GENARCH)/lj_vm
+ luajit/autogen/$(GENPLAT)/$(luajit_JIT)/$(GENARCH)/lj_vm
else
luajit_ASM_FILES += \
- autogen/$(GENPLAT)/$(luajit_JIT)/$(GENARCH)/lj_vm
+ luajit/autogen/$(GENPLAT)/$(luajit_JIT)/$(GENARCH)/lj_vm
endif
# includes
luajit_INC_DIRS += \
- autogen/$(GENPLAT)/$(luajit_JIT)/$(GENARCH)
+ luajit/autogen/$(GENPLAT)/$(luajit_JIT)/$(GENARCH)
# disable jit compiler
ifeq ($(luajit_JIT),nojit)