summaryrefslogtreecommitdiff
path: root/core/src/lua-cjson/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lua-cjson/makefile')
-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?