diff options
| -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') |
