mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-10 07:11:36 +00:00
IOQ3 commit 2388
This commit is contained in:
parent
a0bc7f3a70
commit
3718a87089
1 changed files with 3 additions and 1 deletions
|
@ -674,8 +674,10 @@ ifeq ($(PLATFORM),openbsd)
|
||||||
USE_CURL_DLOPEN=0
|
USE_CURL_DLOPEN=0
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# no shm_open on OpenBSD
|
||||||
|
USE_MUMBLE=0
|
||||||
|
|
||||||
SHLIBEXT=so
|
SHLIBEXT=so
|
||||||
SHLIBNAME=.$(SHLIBEXT)
|
|
||||||
SHLIBCFLAGS=-fPIC
|
SHLIBCFLAGS=-fPIC
|
||||||
SHLIBLDFLAGS=-shared $(LDFLAGS)
|
SHLIBLDFLAGS=-shared $(LDFLAGS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue