summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-29 20:45:39 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-29 20:45:39 +0100
commit1c9e18048b3860886d594dd6125e2c378a76b83d (patch)
treee27fb70eb5abc3d35af1a423dfe21b85d0221179
parent90310c8538e7d32b2e9448cdd00926d63ee57e65 (diff)
Debugging.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 1ca9aec38..bd51a0207 100644
--- a/cscript
+++ b/cscript
@@ -555,7 +555,7 @@ def build(target, options):
target.command('%s --repo=build/platform/repo build/platform/flatpak build/com.dcpomatic.DCP-o-matic.json' % target.flatpak_builder())
else:
target.command('./waf configure --prefix=%s %s' % (target.directory, configure_options(target, options)))
- target.command('./waf')
+ target.command('./waf -v')
target.command('./waf install')
def package_windows(target):