Merge pull request #239 from wolfy1339/patch-1
Fix SConscript error when using --wall
This commit is contained in:
commit
7676f739a0
@ -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'])
|
||||
|
Reference in New Issue
Block a user