diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-09 20:38:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-09 20:38:18 +0000 |
| commit | 567a711864551cfafcd66fffc235951c7e58b51d (patch) | |
| tree | 1db38966c509500ed70795890eb4cb96fac8e0ec /cscript | |
| parent | 6a0a88cdf8ab69e9f8664c747ee752c516e4fe4e (diff) | |
Bump libdcp for new setters.
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', 'a8d8cba'), ('libdcp', '182f327')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '1daf081')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
