diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-12 00:12:00 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-12 00:12:00 +0200 |
| commit | 02d28c24a1183f0f7a8c0a546c4f0229d48ef27b (patch) | |
| tree | ae865270ce18638662d5472b9bc01f652cdb40da /cscript | |
| parent | 0f3b06b21a354fb35bbfbbf50cd2a4d09652fadf (diff) | |
Always build with C++17.cpp17
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
