summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-02-12 22:51:49 +0100
committerCarl Hetherington <cth@carlh.net>2022-02-12 22:51:49 +0100
commitf24a2c1d3a627b954ebf4ace3d27f2f12c6ff635 (patch)
treef21b9bdb72ef4223b1a7ee03c670c3cefddfc53c
parentbc00091d9c3368bef0a9da55e660e061c3a06bce (diff)
Bump libdcp.master
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 4bb905c..59653d5 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', '24e7ed8'))
+ return (('asdcplib', 'bb09615'), ('libdcp', 'e579b4c'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory