diff options
| author | ruki <[email protected]> | 2017-03-30 12:28:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-30 12:28:21 +0800 |
| commit | ec118cc66342ce8bcefdfd9df8af83ce3a22e1e0 (patch) | |
| tree | 68a96ebb9985140c186e492b0c85fadf74f6002c /core/src/luajit/makefile | |
| parent | a2a07d5d56016d98b1aa368886481268f29a2530 (diff) | |
add luajit autogen files for windows
Diffstat (limited to 'core/src/luajit/makefile')
| -rw-r--r-- | core/src/luajit/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile index bfe6ed17b..4d17108e7 100644 --- a/core/src/luajit/makefile +++ b/core/src/luajit/makefile @@ -75,8 +75,10 @@ luajit_C_FILES += \ src/lj_vmmath # asm files +ifneq ($PLAT,windows) luajit_ASM_FILES += \ src/autogen/$(PLAT)/$(ARCH)/lj_vm +endif # includes luajit_INC_DIRS += \ |
