diff options
| author | ruki <[email protected]> | 2017-12-09 10:05:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-12-09 10:05:30 +0800 |
| commit | ff1bded2e07e9c4cf1f3865b40f8164da6287586 (patch) | |
| tree | d7c811030a97b25aadbcef27373066e6560c24ca /core/src/luajit/makefile | |
| parent | 2513f944a5a6d4606262369cf56c86ea186c9053 (diff) | |
update luajit 2.1 for macosx
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) |
