diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-18 23:52:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-18 23:52:55 +0100 |
| commit | 71c0db318e478259f038982fd979c3fd916e2b42 (patch) | |
| tree | a52a7f426a78d54a7233756598e3b1c4cb82be52 /cscript | |
| parent | 3fe4497fdb70f0e39535eb746af58093ddea001b (diff) | |
cscript fiddling.
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/%s' % (target.work_dir_cscript(), target.install_prefix) + cmd = './waf configure --prefix=%s' % target.work_dir_cscript() if target.platform == 'linux': cmd += ' --static' elif target.platform == 'windows': |
