diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:41:40 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 00:41:40 +0100 |
| commit | 90339204a9763fe782b8d4f65e66c1295747cc05 (patch) | |
| tree | ea0de5a5a5ed26dc4013895fc64f1bfa89612e48 /cscript | |
| parent | 782d2e15beef605f566cf0c4391dbea8d18873ec (diff) | |
libsub has a dep on libdcp.
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'),) + return (('libcxml', 'b3651f7'), ('libdcp', '8a31983')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
