diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-07 13:03:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-07 13:03:25 +0100 |
| commit | 7adea716d12396c8ecdc30e22bf24622778268ee (patch) | |
| tree | abd313bf501270d0021e290d24e2dda85788013f /cscript | |
| parent | a44af546b28c0870dd0065bfb4044d5955f73b19 (diff) | |
Bump asdcplib/libdcp for warning silencing.
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', 'a45e430'), ('libdcp', '8259e27')) + return (('asdcplib-cth', 'b536bc0'), ('libcxml', 'a45e430'), ('libdcp', '5d8a158')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
