aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 6ea4fc581..a1e89b8c9 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -30,6 +30,10 @@ ifeq ($(OSARCH),OpenBSD)
UTILS:=$(filter-out muted,$(UTILS))
endif
+ifneq ($(findstring darwin,$(OSARCH)),)
+ AUDIO_LIBS=-framework CoreAudio
+endif
+
ifeq ($(POPT_LIB),)
UTILS:=$(filter-out smsq,$(UTILS))
endif