diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-01 12:53:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-01 12:53:07 +0100 |
| commit | 4b75a461aba3540a771c3211534bdd87443e2f27 (patch) | |
| tree | 126a30abd858cd7da8d937b6c54232007e34b36b | |
| parent | 16a5e08b5a4947c34eac5335c016a8c7bafa56c6 (diff) | |
Hack.
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ def build(target, options): cmd += ' --disable-tests' elif target.platform == 'windows': cmd += ' --target-windows' + elif target.platform == 'debian' and target.version == 'unstable': + target.append_with_space('CXXFLAGS', '-std=c++11') target.command(cmd) target.command('./waf build install') |
