From a8dcf60b761f3c08991f42d473e17c7708a5e6fa Mon Sep 17 00:00:00 2001 From: MAN-AT-ARMS Date: Sun, 20 Jul 2014 17:31:37 -0500 Subject: [PATCH] Fix compiling on Linux Mint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f606736b..aba44499 100644 --- a/Makefile +++ b/Makefile @@ -377,7 +377,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