summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-20 21:56:40 +0100
committerCarl Hetherington <cth@carlh.net>2025-09-03 11:59:19 +0200
commit5b24c3a7d1b53b5fb1c0e67fc930f6524cecd4d4 (patch)
tree7703accc797ad1104a00ab4b85715ccc56e7b621 /wscript
parent90636100aafea0a793cb3755e2f929e923301843 (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--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 97bd54a3e..3211691fd 100644
--- a/wscript
+++ b/wscript
@@ -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'