sconscript change from doxin

This commit is contained in:
cracker64
2013-08-11 14:31:09 -04:00
parent ab6a0c2072
commit f8626347ee

View File

@@ -1,4 +1,3 @@
# ============ # ============
# SCons script # SCons script
# ============ # ============
@@ -249,7 +248,7 @@ if GetOption("ptw32-static"):
# check if we need to do static linking. # check if we need to do static linking.
if(GetOption('static')): 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. # check if we need to compile the save renderer. add a define accordingly. compile the game by default.