diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-24 07:45:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-24 07:45:26 +0200 |
| commit | efde22cde088969f7f7edb23593bbb22a65f5eea (patch) | |
| tree | 2619e6c81f1bd3d0708af41d890f0c10c0fc66d4 | |
| parent | 4cbbf6a52b45653fed86612589626b90f317378b (diff) | |
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}' |
