mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
correct the linked libs on OpenBSD
This commit is contained in:
parent
3234d2b141
commit
258c4782c6
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -711,7 +711,7 @@ ifeq ($(PLATFORM),openbsd)
|
|||
SHLIBCFLAGS=-fPIC
|
||||
SHLIBLDFLAGS=-shared $(LDFLAGS)
|
||||
|
||||
THREAD_LIBS=-pthread
|
||||
THREAD_LIBS=-lpthread
|
||||
LIBS=-lm
|
||||
|
||||
CLIENT_LIBS =
|
||||
|
@ -721,7 +721,7 @@ ifeq ($(PLATFORM),openbsd)
|
|||
|
||||
ifeq ($(USE_OPENAL),1)
|
||||
ifneq ($(USE_OPENAL_DLOPEN),1)
|
||||
CLIENT_LIBS += $(THREAD_LIBS) -lossaudio -lopenal
|
||||
CLIENT_LIBS += $(THREAD_LIBS) -lopenal
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue