Fix incorrect VPosition in subtitles.
[libdcp.git] / cscript
diff --git a/cscript b/cscript
index 6242957ac8d5a853464636c533da80c60116a48b..e39268372d0c65dcd6ffdb65481c09e3860efec1 100644 (file)
--- a/cscript
+++ b/cscript
@@ -10,9 +10,9 @@ 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'
+        cmd += ' --disable-tests'
 
     if target.debug:
         cmd += ' --enable-debug'