diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-24 02:21:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-24 02:21:27 +0000 |
| commit | 142050c7d4ee1cbcc675c5d8e7d0834cb59624d0 (patch) | |
| tree | f64c6165901d6fd0b23f3d8bbabb35775619fbc7 /cscript | |
| parent | c90be1f100b3266ba184fbd4fec06bca5a7625c7 (diff) | |
Bump libdcp for fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '5ad493e')) + return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '8cbeb8c')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
