diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-03 11:43:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-03 19:59:33 +0000 |
| commit | 14a170698268374fdb59f296661d61828030f352 (patch) | |
| tree | 82816f11a2a6d30ce5e1c2ecf24f54a5c35b5897 /cscript | |
| parent | 005dac1a29f748bfe81ff87b15bcf085a4f510a3 (diff) | |
Various build system / dependency fixes.
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', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'cth')) + return (('libcxml', '53d49ac'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'cth')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
