diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2012-10-20 17:06:53 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2012-10-20 17:06:53 (GMT) |
| commit | 50234517de78853085e58067209e89ffc4061085 (patch) | |
| tree | 66513eb767890fbd5141def5ed151d3fe07b0df1 /SConscript | |
| parent | 782a7cee15413a986f98c169dcdbc3d1c38e09f4 (diff) | |
| download | powder-50234517de78853085e58067209e89ffc4061085.zip powder-50234517de78853085e58067209e89ffc4061085.tar.gz | |
found bug, fixed it
Diffstat (limited to 'SConscript')
| -rw-r--r-- | SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]) |
