aboutsummaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 3ec299a..1043c07 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -39,7 +39,7 @@ files({
"lib/compat53/ltablib.c",
"lib/compat53/lutf8lib.c"
})
-defines({ 'LUSH_VERSION="0.3.2"', 'COMPAT53_PREFIX=""' })
+defines({ 'LUSH_VERSION="0.3.2"', 'COMPAT53_PREFIX=""', 'LUA_COMPAT_BITLIB' })
filter("configurations:Debug")
defines({ "DEBUG" })