summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2022-04-22 00:22:15 +0200
committercah <cah@ableton.com>2022-04-22 00:22:15 +0200
commitb1d4b7cd62ea2cb7a30bc0117768c76fd83e8fcf (patch)
tree5cb98adce5390a5d7407db54be09a7638c773f04
parentd9106daaead537d22d3eaa24a299ce8534ffee66 (diff)
Bump libdcp.more-warning-fixes
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 949b053..2276401 100644
--- a/cscript
+++ b/cscript
@@ -22,7 +22,7 @@ import os
option_defaults = { 'force-cpp11': False }
def dependencies(target, options):
- return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'v1.8.14'))
+ return (('asdcplib', '97918d86caf4b5a2296a0d3092f1e2e69b9af9e5'), ('libdcp', 'e3db3771b27e6b622f04ba79abfde829ebd85876'))
def build(target, options):
cmd = './waf configure --prefix=%s' % target.directory