diff --git a/makefile.common b/makefile.common index 56a79f5..9236d57 100644 --- a/makefile.common +++ b/makefile.common @@ -109,7 +109,7 @@ else ifeq ($(shell uname),Darwin) DLL_SUFFIX ?= .so WXL_LIBDIR ?= . WXL_CONFIG ?= $(WXL_DIR)/$(WXL_CMAKEDIR)/wx-config - PAL_LIBS ?= $(PAL_LIB) + PAL_LIBS ?= $(PAL_LIB) -framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework CoreFoundation -framework CoreServices -lm -lpthread else # Linux / Other (gcc) CXXFLAGS_EXTRA ?= -std=c++11 $(CXXFLAGS_DEBUG)