diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-12 00:28:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-12 00:28:45 +0100 |
| commit | f5477c14b3e335f64236323dd63fdfb889d59265 (patch) | |
| tree | bc4e261927b7c7579682b7ddb2e96e9c0b4d7122 /cscript | |
| parent | 470ca64f19d38ef377ec08f03f5ad3b88b370003 (diff) | |
Bump libcxml dependency for i18n 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', '13b69c2')) + return (('libcxml', 'df3b86a'), ('openjpeg-cdist', '13b69c2')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
