summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-23 00:18:04 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-23 00:18:04 +0200
commit384fa0991f881da0ae908d633db1a205ea794fdb (patch)
treed718d1c1e6305f3ae4f33b70f860985165df2c02
parent4d721e683b584fe48e7905e44ab3da23afe76145 (diff)
waf vwtf
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 9c5dfd502..66c347e81 100644
--- a/cscript
+++ b/cscript
@@ -714,7 +714,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):