Added LUA_COMPAT_ALL define to build.py

This commit is contained in:
rxi
2014-06-20 20:30:38 +01:00
parent aa7c4f6b6f
commit 27f128c291

View File

@@ -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):