Skip to content

Commit

Permalink
Fix SConscript error when using --wall
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 11, 2015
1 parent 3a52453 commit fdda2fb
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 fdda2fb

Please sign in to comment.