Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Temporary workaround to allow compilation on MinGW
  • Loading branch information
mniip committed May 10, 2018
1 parent a87acf5 commit 1963713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConscript
Expand Up @@ -397,7 +397,7 @@ elif not GetOption('help'):
env = conf.Finish()

if not msvc:
env.Append(CXXFLAGS=['-std=c++11'])
env.Append(CXXFLAGS=['-std=c++11', '-U__STRICT_ANSI__'])
env.Append(CXXFLAGS=['-Wno-invalid-offsetof'])
if platform == "Linux":
env.Append(CXXFLAGS=['-Wno-unused-result'])
Expand Down

0 comments on commit 1963713

Please sign in to comment.