diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-23 21:22:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-23 21:22:16 +0200 |
| commit | 45c071647463ef7a4e18faae31d1523cae11821f (patch) | |
| tree | 04e16f5ef0fddc1e259d34492d2d8fdc7152dd72 /cscript | |
| parent | 2b866f66dda50b955ec0de240585a9d895eb5fec (diff) | |
Enable building tests on macOS.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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' |
