diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-04-24 07:52:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-04-24 07:53:19 +0200 |
| commit | 88bc488f5921dc8b4dc7a686d61d4138316759e8 (patch) | |
| tree | f3d24d5b4c3af7b0b7a1d3c33f5023f5ff6dca55 | |
| parent | 3942c8e910e49e9df53c77609f6338f5caca8230 (diff) | |
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
