fix the build on openbsd (Ian Lindsay)
This commit is contained in:
parent
4713fa4f79
commit
5513fa3d75
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -606,7 +606,7 @@ ifeq ($(PLATFORM),openbsd)
|
||||||
|
|
||||||
ifeq ($(USE_OPENAL),1)
|
ifeq ($(USE_OPENAL),1)
|
||||||
ifneq ($(USE_OPENAL_DLOPEN),1)
|
ifneq ($(USE_OPENAL_DLOPEN),1)
|
||||||
CLIENT_LDFLAGS += $(THREAD_LDFLAGS) -lopenal
|
CLIENT_LDFLAGS += $(THREAD_LDFLAGS) -lossaudio -lopenal
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue