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