summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-01 13:18:36 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-01 13:18:36 +0100
commitca0f595894446bee69b94b26c1259036990f23a5 (patch)
tree2dec5994271bee6b19e2a91688d25eb0b0bb345b /cscript
parentb98c145d618003ae1b7de9c6942d82a293515cab (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 883aa8c..53467d2 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('libdcp', '4852a22'),)
+ return (('libdcp', 'de32e99'),)
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory