mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-01-18 23:21:39 +00:00
Makefile fixes for OpenBSD by Jonathan Gray. (#5728)
This commit is contained in:
parent
8ef0f36a3f
commit
76584dbcec
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -674,8 +674,10 @@ ifeq ($(PLATFORM),openbsd)
|
|||
USE_CURL_DLOPEN=0
|
||||
endif
|
||||
|
||||
# no shm_open on OpenBSD
|
||||
USE_MUMBLE=0
|
||||
|
||||
SHLIBEXT=so
|
||||
SHLIBNAME=.$(SHLIBEXT)
|
||||
SHLIBCFLAGS=-fPIC
|
||||
SHLIBLDFLAGS=-shared $(LDFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue