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
|
endif
|
||||||
|
|
||||||
if have_osxaudio
|
if have_osxaudio
|
||||||
modules = ['CoreAudio', 'AudioToolBox']
|
modules = ['CoreAudio', 'AudioToolbox']
|
||||||
if host_system == 'darwin'
|
if host_system == 'darwin'
|
||||||
modules += ['AudioUnit', 'CoreServices']
|
modules += ['AudioUnit', 'CoreServices']
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user