From 72bf4fc98a632e7a54fa2bfa25e966861d6f53a1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Aug 2020 23:12:57 +0200 Subject: Bump libdcp for new method. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 4945474..06b1bf2 100644 --- a/cscript +++ b/cscript @@ -22,7 +22,7 @@ import os option_defaults = { 'force-cpp11': False } def dependencies(target, options): - libdcp = ('libdcp', '5346d1c', { 'force-cpp11': options['force-cpp11'] }) + libdcp = ('libdcp', '184bdd2', { 'force-cpp11': options['force-cpp11'] }) libcxml = ('libcxml', 'c333199', { 'force-cpp11': options['force-cpp11'] }) return (('asdcplib', 'carl'), libcxml, libdcp) -- cgit v1.2.3