summaryrefslogtreecommitdiff
path: root/core/src/luajit/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-30 23:50:54 +0800
committerruki <[email protected]>2022-11-30 23:50:54 +0800
commit5076f7ccb4f06e28d64bc22e2fbed34098a63689 (patch)
treecbce98f7f3153dd72d46c0ca516f560a6fa3ba57 /core/src/luajit/makefile
parent507e94c59db165404cbe1c6151d1884219ad1771 (diff)
remove autogen
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)