diff options
Diffstat (limited to 'core/src/luajit/makefile')
| -rw-r--r-- | core/src/luajit/makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile index 48e7034de..6182d98ca 100644 --- a/core/src/luajit/makefile +++ b/core/src/luajit/makefile @@ -72,7 +72,11 @@ luajit_C_FILES += \ src/lj_trace \ src/lj_udata \ src/lj_vmevent \ - src/lj_vmmath + src/lj_vmmath \ + src/lj_buf \ + src/lj_strfmt \ + src/lj_strfmt_num \ + src/lj_profile # asm files ifeq ($(PLAT),windows) @@ -82,7 +86,7 @@ else luajit_ASM_FILES += \ src/autogen/$(PLAT)/$(luajit_JIT)/$(ARCH)/lj_vm endif - + # includes luajit_INC_DIRS += \ src/autogen/$(PLAT)/$(luajit_JIT)/$(ARCH) |
