diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-01 21:08:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-01 21:08:16 +0000 |
| commit | 401998a2b3c588a479e5d0b42f4a327481b46dc0 (patch) | |
| tree | ed1a6cc4a9415fb50d0d15554148ff85b1b245f7 /cscript | |
| parent | 0700788f012fce1f922ab4a4e7d098fb78dad0f8 (diff) | |
Incorrectly-expressed dependency.
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 (('asdcplib-cth', 'v0.1.0'), ('libcxml', '0.15.1')) + return (('asdcplib-cth', 'v0.1.0'), ('libcxml', 'v0.15.1')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
