fix gravity.cpp error on windows with scons (but I still can't get it to work)
This commit is contained in:
parent
8945b5ec77
commit
22a6213000
@ -247,7 +247,7 @@ sources+=Glob("src/simulation/elements/*.cpp")
|
|||||||
sources+=Glob("src/simulation/tools/*.cpp")
|
sources+=Glob("src/simulation/tools/*.cpp")
|
||||||
|
|
||||||
if(GetOption('win')):
|
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)
|
SetupSpawn(env)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user