diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-02 17:08:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-02 17:08:14 +0100 |
| commit | eb2304316b16ab5cfe29939242c22fad59987420 (patch) | |
| tree | 700eba991357784fcc64e5acc9187f89b0f95bb9 /cscript | |
| parent | c24798d1ab4bb75c8ee0c8b8663b11e599df1c25 (diff) | |
| parent | 3d8c3bcf37328180bdeb71be3608614a64b91a5e (diff) | |
Merge branch '1.0' of git.carlh.net:git/libsub into 1.0
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', 'v0.15.1')) + return (('asdcplib-cth', 'v0.1.1'), ('libcxml', 'v0.15.1')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory |
