diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-08-02 01:07:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-08-02 01:07:08 +0100 |
| commit | c7e599ad97c7d1965cf58451b724260a16bad0fd (patch) | |
| tree | 3fa55b6eac5bc3805d028d3c476f2e40981682a3 /cscript | |
| parent | dc17395f3a4c19f5eea2590f1d2904e88365c67a (diff) | |
cdist changes.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ import os def build(target, options): - cmd = './waf configure --prefix=%s' % target.work_dir_cscript() + cmd = './waf configure --prefix=%s' % target.directory if target.platform == 'linux': cmd += ' --static' if target.debug: |
