diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-01 19:53:20 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-01 19:53:20 +0000 |
| commit | d86caa84091d890fde8131d0c595c1360856b733 (patch) | |
| tree | 389401ccaae7f5abff2809b0effb8f79e7ddc995 /cscript | |
| parent | e3a57613aaf747751c6834faf4d147207aa229fc (diff) | |
Update deps; there is no dependency on libdcp after all, it would seem.
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 (('libdcp', '45841f3'), ('asdcplib-cth', 'cth')) + return (('asdcplib-cth', 'v0.1.0'), ('libcxml', '0.15.1')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
