mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 10:20:04 +02:00
embed event api compatibility lua script
probably temporary, can't deprecate and remove an extremely common api in the same version. lua script embed code mostly copied from my mod
This commit is contained in:
@@ -180,7 +180,7 @@ if GetOption("msvc"):
|
||||
env.Append(LIBPATH=['StaticLibs/'])
|
||||
else:
|
||||
env.Append(LIBPATH=['Libraries/'])
|
||||
env.Append(CPPPATH=['includes/'])
|
||||
env.Append(CPPPATH=['includes/', 'resources/'])
|
||||
|
||||
#Check 32/64 bit
|
||||
def CheckBit(context):
|
||||
|
Reference in New Issue
Block a user