diff options
author | MAN-AT-ARMS <donny@ecgnetwork.com> | 2014-07-20 17:31:37 -0500 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2014-08-28 11:03:34 +0100 |
commit | b51c9cf3e26ce7d45f0b775c4d69e04cbba52d75 (patch) | |
tree | 4d1a34e9cb16d1186bc5cd3d13c7709c5fa6a348 /Makefile | |
parent | c4da49d3d1d9ae4d9a428537dd0e84d511fc4b36 (diff) |
Fix compiling on Linux Mint
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |