summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-17 10:30:40 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-17 10:30:40 +0000
commitc4b622e8713d2ab09fb18d0c4cdd52884c471e4a (patch)
tree26879a85f1a39cc2ac27a016a2301a0f1fd2e8c3 /cscript
parent708eff1d9b39bb63965b831082dd1b35c86a2054 (diff)
Bump libdcp to release version.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 12898df..65ae6e1 100644
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
import os
def dependencies(target):
- return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', '92d0468'))
+ return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'v0.15.5'), ('libdcp', 'v1.5.2'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory