revert doxin change

This commit is contained in:
cracker64 2013-08-11 16:29:10 -04:00
parent f8626347ee
commit ce43a28983

View File

@ -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.