summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-12 22:18:27 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-12 22:18:27 +0200
commite88528de7cc12a913e3e376470ae333ee89241f8 (patch)
tree6544aec5453efd84e44b9c857267845b47c0f402 /cscript
parent3fd82fc8456a9d0b6725104f14f1eb90bd06096f (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 9b4d018..5ba5692 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', 'bb09615'), ('libdcp', 'c59e6c0'))
+ return (('asdcplib', 'bb09615'), ('libdcp', 'ee23803'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory