diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-09-10 18:24:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-09-10 18:24:22 +0100 |
| commit | 2001bef5b3a6256eedf1cada4977a3ba8a3732cd (patch) | |
| tree | 93e81b3a3b1f1bd20b8131c5b40e6dd2c43dc612 | |
| parent | 0c5d6669860461feddb5a97ffba907445be45c5a (diff) | |
Build with 0.11.0 of libcxml.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('libcxml', '7a487a8'), ('openjpeg-cdist', '5d8bffd')) + return (('libcxml', 'v0.11.0'), ('openjpeg-cdist', '5d8bffd')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
