From 119db8b6f9b8d0bd69d86403d84b4e60aeb86f44 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 12 Oct 2018 22:44:44 +0100 Subject: Build fixes. --- cscript | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index aa274e8ec..a985fa940 100644 --- a/cscript +++ b/cscript @@ -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': -- cgit v1.2.3