We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0077cf6 commit e3a7148Copy full SHA for e3a7148
1 file changed
meson.build
@@ -55,7 +55,7 @@ elif host_machine.system().to_lower() == 'darwin'
55
# API
56
coremidi_dep = dependency(
57
'appleframeworks',
58
- modules: ['coreaudio', 'coremidi', 'foundation'],
+ modules: ['CoreAudio', 'CoreMIDI', 'Foundation'],
59
required: jack_not_found
60
)
61
alsa_dep = disabler()
0 commit comments