diff options
| author | cracker64 <cracker642@gmail.com> | 2013-08-11 18:31:09 (GMT) |
|---|---|---|
| committer | cracker64 <cracker642@gmail.com> | 2013-08-11 18:31:09 (GMT) |
| commit | f8626347ee15ece755615f1303deeb9f4de63dd0 (patch) | |
| tree | f7621cba4a8cd9207db2b22ba93f4e9a63bdee1d /SConscript | |
| parent | ab6a0c20722a98c275937d2dcd04e918cece5a4c (diff) | |
| download | powder-f8626347ee15ece755615f1303deeb9f4de63dd0.zip powder-f8626347ee15ece755615f1303deeb9f4de63dd0.tar.gz | |
sconscript change from doxin
Diffstat (limited to 'SConscript')
| -rwxr-xr-x | SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ - # ============ # SCons script # ============ @@ -249,7 +248,7 @@ if GetOption("ptw32-static"): # check if we need to do static linking. if(GetOption('static')): - env.Append(LINKFLAGS=['-static-libgcc']) + env.Append(LINKFLAGS=['-static-libgcc','-static']) # check if we need to compile the save renderer. add a define accordingly. compile the game by default. |
