diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 22:27:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-17 16:45:19 +0200 |
| commit | 92270834407e45d1550d632e5d179666bf171039 (patch) | |
| tree | df688ee7f07b2899b9e227198e19ad4b890da778 | |
| parent | 8e1fb5a0f8fd651dfa1e22e4ad67f6fd5213205f (diff) | |
Ubuntu 14.04 also needs static boost.v1.6.54
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,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' if target.debug: cmd += ' --enable-debug' |
