summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'SConscript')
-rwxr-xr-xSConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index 3cdb446..0e5068d 100755
--- a/SConscript
+++ b/SConscript
@@ -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.