mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
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)
|
||||
ifneq ($(USE_OPENAL_DLOPEN),1)
|
||||
CLIENT_LDFLAGS += $(THREAD_LDFLAGS) -lopenal
|
||||
CLIENT_LDFLAGS += $(THREAD_LDFLAGS) -lossaudio -lopenal
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue