diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-02 16:32:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-02 16:32:06 +0100 |
| commit | 20b2311bb30deaa6710300661a2b1faed62ea611 (patch) | |
| tree | 8319158291fccfd2d8a0b2de83bae856999deaef /cscript | |
| parent | 01176a95c403299ab4e95236a021e43951f48c6b (diff) | |
cscript fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ def dependencies(target): ('libdcp', '7f029e7')) def build(target, options): - cmd = './waf configure --prefix=%s' % target.work_dir_cscript() + cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'windows': cmd += ' --target-windows' elif target.platform == 'linux': |
