diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-09 16:18:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-09 16:18:11 +0100 |
| commit | 702a0135e0ac4457814327990b75eabff998234c (patch) | |
| tree | 83abfcc18862324a1016843edd3b32c5820b0106 /cscript | |
| parent | 5591a50b918d2dc784a9e15688dfe24eb2b6dfcc (diff) | |
Bump asdcplib-cth for Centos 5 build fix.
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.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.1')) + return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', '5f32ac0')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
