diff options
| author | jacob1 <jfu614@gmail.com> | 2012-12-29 16:22:49 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2012-12-29 16:22:49 (GMT) |
| commit | 22a6213000c0f5f7f3fbf6da14e717ac1e360452 (patch) | |
| tree | 26cd16423e035c1e99ae28a4e5afcaba1246acd2 /SConscript | |
| parent | 8945b5ec77b5faf0b7d85093a450994408880725 (diff) | |
| download | powder-22a6213000c0f5f7f3fbf6da14e717ac1e360452.zip powder-22a6213000c0f5f7f3fbf6da14e717ac1e360452.tar.gz | |
fix gravity.cpp error on windows with scons (but I still can't get it to work)
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
