mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-07 17:06:37 +02:00
fix sconscript fail
This commit is contained in:
@@ -530,7 +530,7 @@ if not GetOption('nolua') and not GetOption('renderer'):
|
|||||||
|
|
||||||
if platform == "Windows":
|
if platform == "Windows":
|
||||||
sources += env.RES('resources/powder-res.rc')
|
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)
|
||||||
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()
|
envCopy = env.Clone()
|
||||||
|
Reference in New Issue
Block a user