diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-16 17:59:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-16 17:59:01 +0000 |
| commit | eabc6fda9eaf2467e7130641bd8cf874a8886cd6 (patch) | |
| tree | 8d0bfc496c7499ca6a20c27dc6ee000b727c665f /cscript | |
| parent | 4091ab93d7b4a4ac78f91b6501b9c3898b335d28 (diff) | |
Fix asdcplib dep.
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', None)) + return (('libcxml', 'v0.15.0'), ('openjpeg2-cdist', '63c1932'), ('asdcplib-cth', 'carl')) def build(target, options): cmd = './waf configure --disable-examples --prefix=%s' % target.directory |
