summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-10-03 22:30:57 +0200
committerCarl Hetherington <cth@carlh.net>2021-10-03 22:30:57 +0200
commit7959af606932dad96432f54b79ea16a32442addb (patch)
tree2a7e2014248f33cdc8d7be6eee23528280beae2b /cscript
parentfa899ecfc1a1e35bc577b3995211da280034eef6 (diff)
Require libdcp 1.8.0.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index fc2044f..ccd7da5 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', '97b4901'))
+ return (('asdcplib', 'bb09615'), ('libdcp', 'v1.8.0'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory