diff --git a/SDL2_sound/meson.build b/SDL2_sound/meson.build index 1e94fadb..1e4fedcc 100644 --- a/SDL2_sound/meson.build +++ b/SDL2_sound/meson.build @@ -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',