summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index f4508aae..108f529f 100644
--- a/cscript
+++ b/cscript
@@ -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':