diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-05 09:28:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-05 09:28:44 +0100 |
| commit | 1818e757be5a2c462edbca3e38743e9b037a8e90 (patch) | |
| tree | 1772dca237b3c06b88ddcce7ece55a88f929c288 /cscript | |
| parent | ed3326d5ac0f05762f820a341332718ebea220f5 (diff) | |
Specify libcxml revision.
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', None), ('openjpeg-cdist', '5d8bffd')) + return (('libcxml', 'f35787e'), ('openjpeg-cdist', '5d8bffd')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
