diff options
| author | ruki <[email protected]> | 2020-02-10 23:40:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-02-10 16:03:55 +0800 |
| commit | 84f264409c95ace58e7fde0a7ed50103a604edad (patch) | |
| tree | c6cd4ad1cf4ce2924658f38edc211a2566f72f0c /core/src/luajit/makefile | |
| parent | 60802d45c53e0a63a5dba3da8a082140bb4cb979 (diff) | |
add mingw platform makefile
Diffstat (limited to 'core/src/luajit/makefile')
| -rw-r--r-- | core/src/luajit/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile index a5718c165..d6dbcfa27 100644 --- a/core/src/luajit/makefile +++ b/core/src/luajit/makefile @@ -83,9 +83,14 @@ ifeq ($(PLAT),windows) luajit_OBJ_FILES += \ autogen/$(PLAT)/$(luajit_JIT)/$(ARCH)/lj_vm else +ifeq ($(PLAT),mingw) +luajit_OBJ_FILES += \ + autogen/$(PLAT)/$(luajit_JIT)/$(ARCH)/lj_vm +else luajit_ASM_FILES += \ autogen/$(PLAT)/$(luajit_JIT)/$(ARCH)/lj_vm endif +endif # includes luajit_INC_DIRS += \ |
