summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-20 22:19:45 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-20 22:19:45 +0200
commita035981d701c72f5ef29b445a3695f2abb3fdfa9 (patch)
tree0d5c7dee13b41779e1d73f9ae9886f10820f3890 /cscript
parent7564d39000b1dce3415d8d29a70db7574bbd6aa8 (diff)
Diffstat (limited to 'cscript')
-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':