Skip to content

Commit

Permalink
fix sconscript fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Feb 21, 2017
1 parent b01e7a6 commit 57e7196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -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()
Expand Down

0 comments on commit 57e7196

Please sign in to comment.