mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 06:00:15 +02:00
Typo where LUACONSOLE was never enabled
This commit is contained in:
@@ -141,7 +141,7 @@ env.Append(CPPDEFINES=["_GNU_SOURCE", "USE_STDINT", "_POSIX_C_SOURCE=200112L"])
|
|||||||
if not GetOption('nofft'):
|
if not GetOption('nofft'):
|
||||||
env.Append(CPPDEFINES=["GRAVFFT"])
|
env.Append(CPPDEFINES=["GRAVFFT"])
|
||||||
if not GetOption('nolua'):
|
if not GetOption('nolua'):
|
||||||
env.Append(CPPDEFINED=["LUACONSOLE"])
|
env.Append(CPPDEFINES=["LUACONSOLE"])
|
||||||
if GetOption("ptw32-static"):
|
if GetOption("ptw32-static"):
|
||||||
env.Append(CPPDEFINES=['PTW32_STATIC_LIB']);
|
env.Append(CPPDEFINES=['PTW32_STATIC_LIB']);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user