diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-10 10:29:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-10 10:29:59 +0000 |
| commit | 728e0b6b6965dc9c3c76351295488d481a4f164c (patch) | |
| tree | da5e0f5909b5bf8c65f6b56a296a1f853edd56af /cscript | |
| parent | a6bc9974d9d544b741b4bcd19fc0279250b73555 (diff) | |
Bump libdcp for Windows build fixes.
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 (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '6a46ed18c74af69216a6de7b406384400febe51d')) + return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '48dd315')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
