diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-05-02 22:23:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-05-02 22:23:01 +0100 |
| commit | b24b081e938b700f9518ad46a2083ebf2592a1f5 (patch) | |
| tree | 72619de696b3459818f8a5f8c2935d6cce426ec8 /cscript | |
| parent | 513a872ef5704e5b8920c17b3842ffec94b1f3ff (diff) | |
Put libdcp version back in cscript.
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', 'a45e430'), ('libdcp', None)) + return (('asdcplib-cth', 'f3b0fb8'), ('libcxml', 'a45e430'), ('libdcp', '7b03aba')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
