diff options
| author | ruki <[email protected]> | 2021-06-29 00:29:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-06-29 00:29:42 +0800 |
| commit | 55ebccf6abe6317ec8d43fe2956c01535273242f (patch) | |
| tree | 432034b7f87df5f989a3b36877fe18b06627dd9d /core/src/luajit/makefile | |
| parent | 4ebd2c47cf301f7d21ccdb5f8354bc01929b0dc1 (diff) | |
improve makefile
Diffstat (limited to 'core/src/luajit/makefile')
| -rw-r--r-- | core/src/luajit/makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile index fa63cc67c..fc05a2883 100644 --- a/core/src/luajit/makefile +++ b/core/src/luajit/makefile @@ -137,6 +137,14 @@ luajit_CXFLAGS += -fPIE endif endif +# use system luajit library? +ifdef LUAJIT_LIBS +luajit_C_FILES := +luajit_ASM_FILES := +luajit_INC_FILES := +luajit_OBJ_FILES := +endif + # suffix include $(PRO_DIR)/suffix.mak |
