diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-01 13:46:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-01 21:32:21 +0100 |
| commit | 1274b68651164289ad837c07364d70d101d87c51 (patch) | |
| tree | b66d952d206e373e5740c1b9eee40e19455a51e4 /cscript | |
| parent | 68a966aef6e10343afd6b46bc5147f8956b8293c (diff) | |
std=c++11 for Debian Unstable.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -269,6 +269,8 @@ def configure_options(target): opt += ' --static-boost --static-xmlpp' elif target.version == '7': opt += ' --workaround-gssapi --static-xmlpp' + if target.distro == 'debian' and target.version == 'unstable': + target.append_with_space('CXXFLAGS', '-std=c++11') return opt |
