diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-20 21:56:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-03 11:59:19 +0200 |
| commit | 5b24c3a7d1b53b5fb1c0e67fc930f6524cecd4d4 (patch) | |
| tree | 7703accc797ad1104a00ab4b85715ccc56e7b621 /wscript | |
| parent | 90636100aafea0a793cb3755e2f929e923301843 (diff) | |
Build with C++14.
There's a warning from boost multiprecision on Fedora 41 without this,
and I think it's now possible.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ def configure(conf): conf.env.CAIROMM_API = '1.16' conf.env.GLIBMM_API = '2.68' else: - cpp_std = '11' + cpp_std = '14' conf.env.XMLPP_API = '2.6' conf.env.PANGOMM_API = '1.4' conf.env.CAIROMM_API = '1.0' |
