Skip to content

Commit e3a7148

Browse files
authored
Fix framework casing in apple meson build (#222)
1 parent 0077cf6 commit e3a7148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ elif host_machine.system().to_lower() == 'darwin'
5555
# API
5656
coremidi_dep = dependency(
5757
'appleframeworks',
58-
modules: ['coreaudio', 'coremidi', 'foundation'],
58+
modules: ['CoreAudio', 'CoreMIDI', 'Foundation'],
5959
required: jack_not_found
6060
)
6161
alsa_dep = disabler()

0 commit comments

Comments
 (0)