diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-31 22:14:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-31 22:14:48 +0100 |
| commit | cfce476932587c94a43d7a5173cc0977f06ce929 (patch) | |
| tree | 3b8df6eaf4ea5a0e44e37005c1b835aaeae95986 /cscript | |
| parent | 31d2c28867227001f80ded4214c60c419856c35b (diff) | |
Use a release version for libcxml.
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', 'f35787e'), ('openjpeg-cdist', '5d8bffd')) + return (('libcxml', '0.12.0'), ('openjpeg-cdist', '5d8bffd')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
