Merge branch 'master' of github.com:FacialTurd/PowderToypp

This commit is contained in:
Simon Robertshaw 2012-07-29 20:27:59 +01:00
commit f36dafd9d3

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"])