diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 21:13:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 21:13:50 +0100 |
| commit | 97fbb7634cced547673c50eac1a2dbfe9cae5fe3 (patch) | |
| tree | 686a1624f5b17137680e62af60e1495ea1cab5cc /cscript | |
| parent | 0971f022520ac554d044ec86f908d26b962b6b45 (diff) | |
cscript.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ def build(dep_prefix, install_prefix, target, static, parallel): - configure = './configure --prefix=%s' % install_prefix) + configure = './configure --prefix=%s' % install_prefix if static: configure += ' --enable-static' command(cmd) |
