diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 22:14:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-21 22:14:39 +0200 |
| commit | fe29e20ab6e2e5c4ba9dbd2e56adb1ef6e79100e (patch) | |
| tree | 51e386688554ab3ded1fc8762903d8f1a51c3cf3 | |
| parent | 9f43a8db47466bac0c990fb05f1297f122f2faeb (diff) | |
Ubuntu 14.04 also needs --static-boost.v0.17.14appimage-on-ubuntu14
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ def build(target, options): cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': cmd += ' --static' - if (target.distro, target.version) in [('centos', '7'), ('ubuntu', '16.04')]: + if (target.distro, target.version) in [('centos', '7'), ('ubuntu', '16.04'), ('ubuntu', '14.04')]: cmd += ' --static-boost' elif target.platform == 'windows': cmd += f' --target-windows-{target.bits}' |
