diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-09 21:42:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-09 21:42:33 +0000 |
| commit | ec52cd3fbb01590c30495d3841d79ac386162ab0 (patch) | |
| tree | b370454f1faa352ff9b1fbcbe62f9785b29235cc /wscript | |
| parent | f0fcb39e39d2924c46a8cfd7642f68debd44e368 (diff) | |
Fix previous.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ def configure(conf): conf.load('compiler_cxx') conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2']) if conf.options.force_cpp11: - conv.end.append_value('CXXFLAGS', ['-std=c++11']) + conf.env.append_value('CXXFLAGS', ['-std=c++11']) conf.env.TARGET_WINDOWS = conf.options.target_windows conf.env.STATIC = conf.options.static |
