summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-09-21 22:27:09 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-17 16:45:19 +0200
commit92270834407e45d1550d632e5d179666bf171039 (patch)
treedf688ee7f07b2899b9e227198e19ad4b890da778
parent8e1fb5a0f8fd651dfa1e22e4ad67f6fd5213205f (diff)
Ubuntu 14.04 also needs static boost.v1.6.54
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index edb2d69..6c82752 100644
--- a/cscript
+++ b/cscript
@@ -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'