diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-29 22:53:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 10:30:10 +0000 |
| commit | 8a902dfd2a21ef8f551a406cc3102515302fa4d4 (patch) | |
| tree | 9a64901f87169c2a8eb4328267b6458bd61558d9 | |
| parent | 4cf5b94586d6e5be3dd3df640fcc905af4e92e54 (diff) | |
Fix 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'), ('openjpeg-cdist', '5d8bffd')) + return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', 'b59b623')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
