We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2a2ea commit 39b1acdCopy full SHA for 39b1acd
meson.build
@@ -10,8 +10,6 @@ project(
10
meson_version: '>=0.64.0'
11
)
12
13
-message('Host machine system:', host_machine.system())
14
-
15
cpp = meson.get_compiler('cpp')
16
17
# Jack API (portable)
@@ -91,11 +89,12 @@ if not get_option('wheel')
91
89
endif
92
90
93
summary({
+ 'Host machine system': host_machine.system(),
+ 'Python version': python.language_version(),
94
'Debug messages (verbose)': get_option('verbose'),
95
'Build for wheel': get_option('wheel'),
96
'JACK support': jack_support,
97
'ALSA support': alsa_support,
98
'CoreMIDI support': coremidi_support,
99
'Window MM support': winmm_support,
100
}, section: 'Configuration')
101
0 commit comments