diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-18 09:59:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-18 09:59:51 +0000 |
| commit | f93c12c7de6c08f8889d6bf9a9022b31e9bf5c88 (patch) | |
| tree | a3a0306a99b05f644f46a30e23a0a532e8b8d504 /cscript | |
| parent | 771b262313e4ae208d5614df2c541b703d166117 (diff) | |
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', '5895644'), ('libcxml', '4dfe693'), ('libdcp', 'a2feb49')) + return (('asdcplib-cth', '5895644'), ('libcxml', '4dfe693'), ('libdcp', '4676616')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
