Skip to content

Commit

Permalink
Merge pull request #239 from wolfy1339/patch-1
Browse files Browse the repository at this point in the history
Fix SConscript error when using --wall
  • Loading branch information
jacob1 committed Jan 12, 2015
2 parents 3a52453 + fdda2fb commit 7676f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -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'])
Expand Down

0 comments on commit 7676f73

Please sign in to comment.