diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:44:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:44:01 +0100 |
| commit | e0c31fda52bbfc77913bee2675cd9c338bc3c86e (patch) | |
| tree | ec6f54a0ea1684245e755ffa6fe861b7bc2d3f4e /cscript | |
| parent | 90339204a9763fe782b8d4f65e66c1295747cc05 (diff) | |
libdcp brings in libcxml.
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 (('libcxml', 'b3651f7'), ('libdcp', '8a31983')) + return (('libdcp', '8a31983'),) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
