debug
authorCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2022 17:44:31 +0000 (19:44 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 Apr 2022 17:44:31 +0000 (19:44 +0200)
cscript

diff --git a/cscript b/cscript
index 9fe44e228670c263dc6b4a8f6e3af5d5bb37e3a5..5c963cd923099256af27872ad0f0e1db8bf5dabe 100644 (file)
--- a/cscript
+++ b/cscript
@@ -599,7 +599,7 @@ def build(target, options, for_package):
         target.command('%s --repo=build/platform/repo build/platform/flatpak build/com.dcpomatic.DCP-o-matic.json' % target.flatpak_builder())
     elif target.platform != 'linux' or target.detail == 'appimage' or not for_package:
         target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options, for_package)))
-        target.command('./waf')
+        target.command('./waf -v')
         target.command('./waf install')
 
 def package_windows(target):