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