FAG, please get out of there

This commit is contained in:
cracker64 2012-07-29 15:02:26 -03:00
parent 418373a3cd
commit cbf7ca22b0

View File

@ -122,7 +122,7 @@ if(GetOption('lin32') or GetOption('lin64')):
env.Append(CCFLAGS=['-m32'])
env.Append(CPPDEFINES=["LIN32"])
else:
env.Append(LINKFAGS=['-m64'])
env.Append(LINKFLAGS=['-m64'])
env.Append(CCFLAGS=['-m64'])
env.Append(CPPDEFINES=["LIN64"])