Enable building tests on macOS.
authorCarl Hetherington <cth@carlh.net>
Fri, 23 Oct 2020 19:22:16 +0000 (21:22 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 23 Oct 2020 19:22:16 +0000 (21:22 +0200)
cscript

diff --git a/cscript b/cscript
index 2682439eab8b227e8b860d0cecfad34c504a2d20..d2b0474faa8daded7e2f3a32dafe21a4eefc1392 100644 (file)
--- 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'