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/sv/makefile | |
| parent | 4ebd2c47cf301f7d21ccdb5f8354bc01929b0dc1 (diff) | |
improve makefile
Diffstat (limited to 'core/src/sv/makefile')
| -rw-r--r-- | core/src/sv/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/sv/makefile b/core/src/sv/makefile index e9d77de6f..535f4c0b0 100644 --- a/core/src/sv/makefile +++ b/core/src/sv/makefile @@ -23,6 +23,11 @@ sv_C_FILES += \ # includes sv_INC_DIRS += sv/include +# use system luajit library? +ifdef LIBSV_LIBS +sv_C_FILES := +sv_INC_DIRS := +endif # suffix include $(PRO_DIR)/suffix.mak |
