Skip to content

Commit

Permalink
MacOS libraries for audio
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed May 10, 2024
1 parent 53634b4 commit 760c126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 760c126

Please sign in to comment.