From 02d28c24a1183f0f7a8c0a546c4f0229d48ef27b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 12 Jun 2025 00:12:00 +0200 Subject: Always build with C++17. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') 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): -- cgit v1.2.3