diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-09 22:59:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-09 22:59:07 +0000 |
| commit | a6bc9974d9d544b741b4bcd19fc0279250b73555 (patch) | |
| tree | 3ec7c143e712d22b5d2745cbe316ca2f635f5e07 /cscript | |
| parent | a7dac85af6f24851079d0a91823b4725be7d6fa1 (diff) | |
Try using memory-checking version of libopenjpeg.
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', '9717d8fd0217b3a5e12ed7afbab1fd9d4499fc4d')) + return (('libcxml', '27780878701f85ad597addacd541f2e897719978'), ('openjpeg-cdist', '6a46ed18c74af69216a6de7b406384400febe51d')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
