diff --git a/build.py b/build.py index 4e85b93..cd3c61d 100755 --- a/build.py +++ b/build.py @@ -8,7 +8,7 @@ BIN_NAME = "love.exe" CFLAGS = ["-Ofast", "-Wall"] DLIBS = ["m"] -DEFINES = ["DMT_ABORT_NULL"] +DEFINES = ["DMT_ABORT_NULL", "LUA_COMPAT_ALL"] def strformat(fmt, var):