summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-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):