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