diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-03 11:48:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-03 11:48:08 +0100 |
| commit | 08d3a8410d7dc106ce9b5786de99d38ee44e00ee (patch) | |
| tree | e14f8deeddea200e602126a083a53c56d3c62033 /cscript | |
| parent | 1e40f7458db774bf2e543ad47a5f90fe0ab8db23 (diff) | |
Bump libdcp for some warning fixes.
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', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '99308eb')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', '25e945f'), ('libdcp', '8b72edd')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
