diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-23 00:18:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-23 00:18:04 +0200 |
| commit | 384fa0991f881da0ae908d633db1a205ea794fdb (patch) | |
| tree | d718d1c1e6305f3ae4f33b70f860985165df2c02 | |
| parent | 4d721e683b584fe48e7905e44ab3da23afe76145 (diff) | |
waf vwtf
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
