diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-27 11:03:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-27 11:03:52 +0100 |
| commit | 47af90d2db2a7fcc0aaf4d4e598b9b5de0124ad4 (patch) | |
| tree | 2c66d8e30f2fada39f3dd722a06422816a7af38b /cscript | |
| parent | 56d437e8fee8004d4c03c229d74a06569a42a357 (diff) | |
More centos build hacking.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -308,7 +308,7 @@ def configure_options(target): elif target.platform == 'linux': opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml' if target.distro == 'centos': - opt += ' --static-ssh --disable-tests' + opt += ' --disable-tests' if target.version == '6.5': opt += ' --static-boost --static-xmlpp' elif target.version == '7': |
