diff options
| author | ruki <[email protected]> | 2021-06-29 00:29:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-06-29 00:29:55 +0800 |
| commit | 3cc1a70d719794fe629552a52a00e0d8095efc17 (patch) | |
| tree | 048f7b3ff8f2169313ad8a61a2471bcf54a56edd /core/src/sv/makefile | |
| parent | 55ebccf6abe6317ec8d43fe2956c01535273242f (diff) | |
improve makefile
Diffstat (limited to 'core/src/sv/makefile')
| -rw-r--r-- | core/src/sv/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/sv/makefile b/core/src/sv/makefile index 535f4c0b0..2666676a2 100644 --- a/core/src/sv/makefile +++ b/core/src/sv/makefile @@ -23,8 +23,8 @@ sv_C_FILES += \ # includes sv_INC_DIRS += sv/include -# use system luajit library? -ifdef LIBSV_LIBS +# use given sv library? +ifdef SV_LIBS sv_C_FILES := sv_INC_DIRS := endif |
