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/luajit/makefile | |
| parent | 55ebccf6abe6317ec8d43fe2956c01535273242f (diff) | |
improve makefile
Diffstat (limited to 'core/src/luajit/makefile')
| -rw-r--r-- | core/src/luajit/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/luajit/makefile b/core/src/luajit/makefile index fc05a2883..2fbfe89b9 100644 --- a/core/src/luajit/makefile +++ b/core/src/luajit/makefile @@ -137,7 +137,7 @@ luajit_CXFLAGS += -fPIE endif endif -# use system luajit library? +# use given luajit library? ifdef LUAJIT_LIBS luajit_C_FILES := luajit_ASM_FILES := |
