mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-21 07:31:26 +02:00
fix gravity.cpp error on windows with scons (but I still can't get it to work)
This commit is contained in:
@@ -247,7 +247,7 @@ sources+=Glob("src/simulation/elements/*.cpp")
|
||||
sources+=Glob("src/simulation/tools/*.cpp")
|
||||
|
||||
if(GetOption('win')):
|
||||
sources = filter(lambda source: str(source) != 'src/simulation/Gravity.cpp', sources)
|
||||
sources = filter(lambda source: str(source) != 'src\simulation\Gravity.cpp', sources)
|
||||
|
||||
SetupSpawn(env)
|
||||
|
||||
|
Reference in New Issue
Block a user