osxaudio: misspelled dependency
When building osxaudio, the required 'AudioToolbox' dependency is misspelled as 'AudioToolBox', which crashes the build with error: ld: framework not found AudioToolBox
This commit is contained in:
parent
c9a47c0c8d
commit
3f21c89bb0
@ -27,7 +27,7 @@ if not have_osxaudio and osxaudio_option.enabled()
|
||||
endif
|
||||
|
||||
if have_osxaudio
|
||||
modules = ['CoreAudio', 'AudioToolBox']
|
||||
modules = ['CoreAudio', 'AudioToolbox']
|
||||
if host_system == 'darwin'
|
||||
modules += ['AudioUnit', 'CoreServices']
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user