summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-23 21:22:16 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-23 21:22:16 +0200
commit45c071647463ef7a4e18faae31d1523cae11821f (patch)
tree04e16f5ef0fddc1e259d34492d2d8fdc7152dd72 /cscript
parent2b866f66dda50b955ec0de240585a9d895eb5fec (diff)
Enable building tests on macOS.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 0 insertions, 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'