From 18702018623fd9c21890812341aaa992f2131973 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 10 Jul 2025 17:45:40 +0200 Subject: Build for Rocky 10 with newer libraries. --- cscript | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cscript') 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 = [ -- cgit v1.2.3