summaryrefslogtreecommitdiff
path: root/SConscript
diff options
context:
space:
mode:
authorBryan Hoyle <starfoxprime@gmail.com>2012-10-20 17:06:53 (GMT)
committer Bryan Hoyle <starfoxprime@gmail.com>2012-10-20 17:06:53 (GMT)
commit50234517de78853085e58067209e89ffc4061085 (patch)
tree66513eb767890fbd5141def5ed151d3fe07b0df1 /SConscript
parent782a7cee15413a986f98c169dcdbc3d1c38e09f4 (diff)
downloadpowder-50234517de78853085e58067209e89ffc4061085.zip
powder-50234517de78853085e58067209e89ffc4061085.tar.gz
found bug, fixed it
Diffstat (limited to 'SConscript')
-rw-r--r--SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConscript b/SConscript
index 76a8ed1..44b72e0 100644
--- a/SConscript
+++ b/SConscript
@@ -138,7 +138,7 @@ else:
env.Append(LIBS=['z', 'bz2', 'fftw3f'])
env.Append(CPPPATH=['src/', 'data/', 'generated/'])
-env.Append(CCFLAGS=['-w', '-std=gnu++0x', '-fkeep-inline-functions'])
+env.Append(CCFLAGS=['-w', '-std=c++98', '-fkeep-inline-functions'])
env.Append(LIBS=['pthread', 'm'])
env.Append(CPPDEFINES=["USE_SDL", "LUACONSOLE", "GRAVFFT", "_GNU_SOURCE", "USE_STDINT", "_POSIX_C_SOURCE=200112L"])