diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 13:35:17 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-11 13:35:17 +0000 |
| commit | 83e1382670dbc9ad6743fda8583497c604417991 (patch) | |
| tree | b40de8852d5d11fecac3073208036703ea18cc7d /cscript | |
| parent | eba99adfc44c4e49b444a0197fdc801bd7fb4291 (diff) | |
Missing include install; fix libdcp version.
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', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', None)) + return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '1.0')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
