diff options
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -545,6 +545,8 @@ def configure_options(target, options, for_package=False): opt += ' --static-dcpomatic --static-wxwidgets --static-dcp --static-sub --static-cxml' if target.distro != 'arch': opt += ' --static-ffmpeg' + if target.distro == 'ubuntu' and target.version == '14.04': + opt += ' --static-boost' if target.distro == 'centos': if target.version == '6.5': opt += ' --static-boost --static-xmlpp' |
