diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-18 21:28:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-18 21:28:58 +0100 |
| commit | 3fe4497fdb70f0e39535eb746af58093ddea001b (patch) | |
| tree | d6f9be5151094c7610229fcd0219d2b65c7ae2cf /cscript | |
| parent | 221113dc6844bb0beb8d32544601396649c2616c (diff) | |
Fix install prefix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ def dependencies(target): return (('libcxml', None), ('openjpeg-cdist', None)) 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': |
