Allow more complete control over the libdcp/DCP-o-matic metadata written to various...
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 7c2d944f1b18639e07daeabc4dbb2938eccbe702..6966864a66ffcb3d691ae16b085d7278fd251bd3 100644 (file)
--- a/cscript
+++ b/cscript
@@ -375,8 +375,8 @@ def dependencies(target, options):
             (target.platform == 'osx' and target.bits == 64) or
             (target.platform == 'windows')) else {}
 
-    deps.append(('libdcp', 'c6c18f4', cpp_lib_options))
-    deps.append(('libsub', '67fff3c', cpp_lib_options))
+    deps.append(('libdcp', 'cdb664d', cpp_lib_options))
+    deps.append(('libsub', 'dec1726', cpp_lib_options))
     deps.append(('leqm-nrt', 'carl'))
     deps.append(('rtaudio', 'carl'))
     # We get our OpenSSL libraries from the environment, but we
@@ -550,9 +550,7 @@ def build(target, options):
     else:
         target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options)))
         target.command('./waf')
-
-        if target.platform == 'linux' or target.platform == 'osx':
-            target.command('./waf install')
+        target.command('./waf install')
 
 def package_windows(target):
     identifier = ''