From 88bc488f5921dc8b4dc7a686d61d4138316759e8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 24 Apr 2026 07:52:15 +0200 Subject: More distros need --static-boost now. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 3e7e427..cfeed1b 100644 --- a/cscript +++ b/cscript @@ -32,7 +32,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 [('rocky', '8'), ('centos', '7'), ('ubuntu', '18.04'), ('ubuntu', '16.04'), ('ubuntu', '14.04')]: cmd += ' --static-boost' if target.debug: cmd += ' --enable-debug' -- cgit v1.2.3