diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-04-17 21:45:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-04-17 21:45:47 +0100 |
| commit | e2745efba82495d9cecb714c3ddcfb0217451b3e (patch) | |
| tree | 68787e0d220ab930c8ff69b1b6ad4663553055f7 /cscript | |
| parent | 97fbb7634cced547673c50eac1a2dbfe9cae5fe3 (diff) | |
cscript fiddling.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ def build(dep_prefix, install_prefix, target, static, parallel): configure = './configure --prefix=%s' % install_prefix if static: configure += ' --enable-static' - command(cmd) + command(configure) command('make -j%d' % parallel) command('make install') |
