summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bc04bc8..35f56a2a 100644
--- a/Makefile
+++ b/Makefile
@@ -365,7 +365,7 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu"))
ifeq ($(USE_OPENAL),1)
ifneq ($(USE_OPENAL_DLOPEN),1)
- CLIENT_LIBS += $(OPENAL_LIBS)
+ CLIENT_LIBS += $(THREAD_LIBS) $(OPENAL_LIBS)
endif
endif