summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-08 23:29:36 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-08 23:29:36 +0100
commit15f405a9a7ac4c80dc834879a8c17554992f41ca (patch)
tree88fabe43b92cd685e2fcbc432b44c815a175dfef /cscript
parentaa1c3847c78d7a91bafb88f457193bb87154fb8d (diff)
Bump libdcp.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index fc2822b..69b263d 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '3889eca'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', 'a6a4c47'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory