Fix SConscript error when using --wall

This commit is contained in:
wolfy1339 2015-01-11 15:54:06 -05:00
parent 3a52453561
commit fdda2fb123

View File

@ -352,7 +352,7 @@ elif not GetOption('help'):
if not msvc:
if platform == "Windows":
env.Append(CCFLAGS=['-std=gnu++98'])
env.Append(CXXFLAGS=['-std=gnu++98'])
else:
env.Append(CXXFLAGS=['-std=c++98'])
env.Append(CXXFLAGS=['-Wno-invalid-offsetof'])