diff options
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ def build(target, options): cmd += ' --enable-debug' target.command(cmd) - target.command('./waf build install') + target.command('./waf -v build install') def package(target, version): if target.platform == 'windows': |
