mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-22 23:55:20 +02:00
AudioToolbox is a macOS-specific dependency
This commit is contained in:
parent
b6f6a214ef
commit
c8f86f6ffa
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
global_include_dirs += include_directories('.')
|
||||
global_dependencies += dependency('AudioToolbox')
|
||||
|
||||
if host_system == 'darwin'
|
||||
global_dependencies += dependency('AudioToolbox')
|
||||
endif
|
||||
|
||||
global_sources += files(
|
||||
'dr_flac.h',
|
||||
|
|
Loading…
Add table
Reference in a new issue