diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-23 19:23:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-23 19:23:42 +0000 |
| commit | d557f397ebc09774dbe91b1b06572c4cf4202a51 (patch) | |
| tree | 62099fe201d01af5cb7ce365d665b191b8d44f2f /cscript | |
| parent | 2163c97965b8e31ac1af28cfa8c80cf2ed85f31e (diff) | |
Bump libdcp requirement to match dcpomatic.
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', '1.0')) + return (('asdcplib-cth', 'v0.1.3'), ('libcxml', 'v0.15.4'), ('libdcp', '839bc2d')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
