diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-18 21:29:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-18 21:29:31 +0100 |
| commit | 7e24ee93b53916337c158a5b8bf6e91f55514ca9 (patch) | |
| tree | bf9318866a70bdb2dec22de575f9d8c9c8439d43 /cscript | |
| parent | b56668780afcdaffc9e49649d87185c186cd5a18 (diff) | |
Fix install prefix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ def build(target): - cmd = './waf configure --prefix=%s' % target.work_dir_cscript() + cmd = './waf configure --prefix=%s/%s' % (target.work_dir_cscript(), target.install_prefix) if target.platform == 'linux': cmd += ' --static' elif target.platform == 'windows': |
