diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-10 00:39:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-10 00:39:48 +0000 |
| commit | 1ede9a60c0c66606e6aa3408c4fc999a4668e12b (patch) | |
| tree | af182f3572654f88249cf78eb918d0922aa0be7f /cscript | |
| parent | 4602bc14a9b229cf2a2e14ad2cd5d3a48bea2747 (diff) | |
Fix deps.
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', '5e6d583')) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a8d8cba'), ('libdcp', '0c70427')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
