diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-10-12 22:44:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-10-12 23:20:18 +0100 |
| commit | 119db8b6f9b8d0bd69d86403d84b4e60aeb86f44 (patch) | |
| tree | 5a884d034e9513fb09995c8170b9f4b43f605b61 /cscript | |
| parent | 1e517fcc4eb35f09b7f02f6843be361a62d20ed9 (diff) | |
Build fixes.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -337,7 +337,9 @@ def configure_options(target, options): if target.debug: opt += ' --enable-debug' if target.platform == 'windows': - opt += ' --target-windows' + opt += ' --target-windows --disable-tests' + elif target.platform == 'osx': + opt += ' --disable-tests' elif target.platform == 'linux': opt += ' --static-dcpomatic --static-wxwidgets --static-ffmpeg --static-dcp --static-sub --static-cxml' if target.distro == 'centos': |
