diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-08 22:40:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-08 22:40:18 +0100 |
| commit | 5d8222829b5d14327ae6b63eb31e9fef0f9b4bdb (patch) | |
| tree | 4e7cdc1c3bc93d68e07f8ffa5269a8036f80ac31 /cscript | |
| parent | 93241a630cddd69c3d10b7a6223303170253014a (diff) | |
Use libcxml git head.
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', '760ce54'), ('openjpeg-cdist', '13b69c2')) + return (('libcxml', None), ('openjpeg-cdist', '13b69c2')) def build(target, options): cmd = './waf configure --prefix=%s' % target.work_dir_cscript() |
