summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/cscript b/cscript
index 02bcd104..7ff57ec1 100644
--- a/cscript
+++ b/cscript
@@ -35,7 +35,11 @@ import os
import shutil
def build_with_cpp17(target):
- return target.platform.startswith('osx') or (target.platform == 'linux' and target.distro == 'debian' and target.version == 'unstable')
+ return (
+ target.platform.startswith('osx') or
+ (target.platform == 'linux' and target.distro == 'debian' and target.version == 'unstable') or
+ (target.platform == 'linux' and target.distro == 'rocky' and target.version == '10')
+ )
def dependencies(target, options):
deps = [