diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-25 14:21:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-25 14:21:47 +0100 |
| commit | 216555fd5145ce4668d1a02337ed87edef64367b (patch) | |
| tree | 3c046e6254cd163eb2a0575ad173010bf6e89fbf | |
| parent | 394e0fa234e425ecec0303482d1566e721017c65 (diff) | |
| parent | cb7c3db37d196b6e9ddad60937bd5314a95eadb2 (diff) | |
Merge branch '1.0' of git.carlh.net:git/libdcp into 1.0
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.0')) + return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.1')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
