From 45c071647463ef7a4e18faae31d1523cae11821f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 23 Oct 2020 21:22:16 +0200 Subject: [PATCH] Enable building tests on macOS. --- cscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/cscript b/cscript index 2682439e..d2b0474f 100644 --- a/cscript +++ b/cscript @@ -56,8 +56,6 @@ def build(target, options): if target.version == 'xp': # OpenJPEG 1.x is inexplicably faster on Windows XP; see DCP-o-matic bug #771 cmd += ' --jpeg=oj1' - elif target.platform == 'osx': - cmd += ' --disable-tests' if target.debug: cmd += ' --enable-debug' -- 2.30.2