summaryrefslogtreecommitdiff
path: root/core/src/lua-cjson
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-09 22:58:17 +0800
committerruki <[email protected]>2021-10-09 22:58:17 +0800
commitf35f6e15e13a4e5a360b94148534623b6a9c5feb (patch)
treeb2eb9e65e0653c85eea5f5c0b7e8323dedf878f2 /core/src/lua-cjson
parentba1c8c827e462ece4b1fe41a126b30afe4adbe03 (diff)
fix makefile
Diffstat (limited to 'core/src/lua-cjson')
-rw-r--r--core/src/lua-cjson/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lua-cjson/makefile b/core/src/lua-cjson/makefile
index 021c3d015..4a2c4ffeb 100644
--- a/core/src/lua-cjson/makefile
+++ b/core/src/lua-cjson/makefile
@@ -28,7 +28,7 @@ lua-cjson_CXFLAGS += -DUSE_LUAJIT
endif
ifeq ($(RUNTIME),lua)
lua-cjson_INC_DIRS += ../lua/lua
-lua-cjson_CXFLAGS += -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2
+lua-cjson_CXFLAGS += -DLUA_COMPAT_5_1 -DLUA_COMPAT_5_2 -DLUA_COMPAT_5_3
endif
# use given system library?