diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-12 00:36:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-12 00:36:40 +0000 |
| commit | a335df0635d7db909787bf4866cd557d4519cd7b (patch) | |
| tree | 604f139d3c54068cec50555f0eefc950cae42741 /cscript | |
| parent | bf783da991dd50e2281d3f6794cc89a2b4b8fe1c (diff) | |
Bump deps and fix string decoding.v1.4.2
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', '6648afc'), ('libcxml', 'v0.16.0'), ('libdcp', 'v1.6.2')) + return (('asdcplib-cth', '6648afc'), ('libcxml', 'v0.16.1'), ('libdcp', 'v1.6.3')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
