From ce43a2898377c1c9fef5783470f038eeaa405d99 Mon Sep 17 00:00:00 2001 From: cracker64 Date: Sun, 11 Aug 2013 16:29:10 -0400 Subject: revert doxin change 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. -- cgit v0.9.2-21-gd62e