diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-26 21:21:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-26 21:21:14 +0100 |
| commit | 01af7d4330b99fd0bbf3c195f5a6206c7a1f6050 (patch) | |
| tree | 2d72ea2ac54316de00f65e1f0f4729ef908429b2 /cscript | |
| parent | 130b5dc1d918194ceec756d2388c33665efcc169 (diff) | |
Use a release version of 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', 'v0.12.0'), ('openjpeg-cdist', '5d8bffd')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
