summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-12 00:12:00 +0200
committerCarl Hetherington <cth@carlh.net>2025-06-12 00:12:00 +0200
commit02d28c24a1183f0f7a8c0a546c4f0229d48ef27b (patch)
treeae865270ce18638662d5472b9bc01f652cdb40da
parent0f3b06b21a354fb35bbfbbf50cd2a4d09652fadf (diff)
Always build with C++17.cpp17
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 878b81de3..b78f57242 100644
--- a/cscript
+++ b/cscript
@@ -433,7 +433,7 @@ def make_spec(filename, version, target, options, requires=None):
def build_with_cpp17(target):
- return target.platform.startswith('osx') or (target.platform == 'linux' and target.distro == 'debian' and target.version == 'unstable')
+ return True
def dependencies(target, options):