From efde22cde088969f7f7edb23593bbb22a65f5eea Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 Apr 2026 07:45:26 +0200 Subject: Rocky 8 and Ubuntu 18.04 now also need --static-boost. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index de754f6..c392e53 100644 --- a/cscript +++ b/cscript @@ -31,7 +31,7 @@ def build(target, options, for_package, version): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': cmd += ' --static' - if (target.distro, target.version) in [('centos', '7'), ('ubuntu', '16.04'), ('ubuntu', '14.04')]: + if (target.distro, target.version) in [('centos', '7'), ('rocky', '8'), ('ubuntu', '18.04'), ('ubuntu', '16.04'), ('ubuntu', '14.04')]: cmd += ' --static-boost' elif target.platform == 'windows': cmd += f' --target-windows-{target.bits}' -- cgit v1.2.3