From: Carl Hetherington Date: Sat, 3 Jan 2015 23:38:38 +0000 (+0000) Subject: Tests are now not Windows-compatible. X-Git-Tag: v1.1.0~120 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=1b258903ae2ac1e99a60982d8f67720afa8f9b53;hp=35d8cf6d0e45cb5fff078dd984b492b3c83fa4ee;p=libdcp.git Tests are now not Windows-compatible. --- diff --git a/cscript b/cscript index 6242957a..b96dde22 100644 --- a/cscript +++ b/cscript @@ -10,7 +10,7 @@ def build(target, options): if target.distro == 'centos': cmd += ' --disable-tests' elif target.platform == 'windows': - cmd += ' --target-windows' + cmd += ' --target-windows --disable-tests' elif target.platform == 'osx': cmd += ' --target-osx'