fix sconscript fail
This commit is contained in:
parent
b01e7a6a36
commit
57e7196e56
@ -530,7 +530,7 @@ if not GetOption('nolua') and not GetOption('renderer'):
|
||||
|
||||
if platform == "Windows":
|
||||
sources += env.RES('resources/powder-res.rc')
|
||||
if not not msvc:
|
||||
if not msvc:
|
||||
sources = filter(lambda source: not 'src\\simulation\\Gravity.cpp' in str(source), sources)
|
||||
sources = filter(lambda source: not 'src/simulation/Gravity.cpp' in str(source), sources)
|
||||
envCopy = env.Clone()
|
||||
|
Loading…
Reference in New Issue
Block a user