Skip to content

Commit

Permalink
linux portaudio dependencies include -lm and -lpthread
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed May 10, 2024
1 parent df74b47 commit 00387ec
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 @@ -127,7 +127,7 @@ else
DLL_SUFFIX ?= .so
WXL_LIBDIR ?= .
WXL_CONFIG ?= $(WXL_DIR)/$(WXL_CMAKEDIR)/wx-config
PAL_LIBS ?= $(PAL_LIB) -ljack -lasound
PAL_LIBS ?= $(PAL_LIB) -ljack -lasound -lm -lpthread
endif

ifneq ("$(WXL_CONFIG)","")
Expand Down

0 comments on commit 00387ec

Please sign in to comment.