Remove libdcp version spec for now.
authorCarl Hetherington <cth@carlh.net>
Wed, 1 May 2019 09:24:31 +0000 (10:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 1 May 2019 09:24:31 +0000 (10:24 +0100)
cscript

diff --git a/cscript b/cscript
index 07afb0cc8f00dffdca1b8d08641084fcedad809e..e178420981fc8b839e0d4bc2957593bf18da2ac5 100644 (file)
--- a/cscript
+++ b/cscript
@@ -20,7 +20,7 @@
 import os
 
 def dependencies(target):
-    return (('asdcplib-cth', '6648afc'), ('libcxml', '0d18df4'), ('libdcp', '09af1b3'))
+    return (('asdcplib-cth', '6648afc'), ('libcxml', '0d18df4'), ('libdcp', None))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory