summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-01 10:24:31 +0100
committerCarl Hetherington <cth@carlh.net>2019-05-01 10:24:31 +0100
commit2aad7dee4a98569826feeed841791383284d085e (patch)
tree431f8066ba70b9fd1595bcf0c01b72dd595cbda0 /cscript
parent10b9c2663108af725cf447dd6d48d7d5023326d5 (diff)
Remove libdcp version spec for now.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 07afb0c..e178420 100644
--- 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