diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-24 23:01:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-24 23:01:57 +0100 |
| commit | 096b175a661234d9e02a852cce9f56c4577b8259 (patch) | |
| tree | 9b78f885b7e20086979093b363540bb2f4a462e3 /cscript | |
| parent | 6e24bcc2a3808a556a631e706d2eed0d9e5c9977 (diff) | |
Bump asdcplib version.
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.0')) + return (('libcxml', 'v0.15.1'), ('openjpeg2-cdist', '94bdab1'), ('asdcplib-cth', 'v0.1.1')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
