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/lua-cjson | |
| parent | 55ebccf6abe6317ec8d43fe2956c01535273242f (diff) | |
improve makefile
Diffstat (limited to 'core/src/lua-cjson')
| -rw-r--r-- | core/src/lua-cjson/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lua-cjson/makefile b/core/src/lua-cjson/makefile index 9d45a3bd4..8a95507ba 100644 --- a/core/src/lua-cjson/makefile +++ b/core/src/lua-cjson/makefile @@ -25,7 +25,7 @@ lua-cjson_CFLAGS += -DNDEBUG -DUSE_INTERNAL_FPCONV lua-cjson_INC_DIRS += \ ../luajit/luajit/src -# use system luajit library? +# use given lua-cjson library? ifdef LUA_CJSON_LIBS lua-cjson_C_FILES := lua-cjson_INC_DIRS := |
