diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-20 22:19:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-20 22:19:45 +0200 |
| commit | a035981d701c72f5ef29b445a3695f2abb3fdfa9 (patch) | |
| tree | 0d5c7dee13b41779e1d73f9ae9886f10820f3890 /cscript | |
| parent | 7564d39000b1dce3415d8d29a70db7574bbd6aa8 (diff) | |
debugfixlibdir
Diffstat (limited to 'cscript')
| -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': |
