mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
don't link librt on FreeBSD (bug 4507)
This commit is contained in:
parent
760f4a1949
commit
05d7ce9c18
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -612,10 +612,6 @@ ifeq ($(PLATFORM),freebsd)
|
||||||
CLIENT_LIBS += -lvorbisfile -lvorbis -logg
|
CLIENT_LIBS += -lvorbisfile -lvorbis -logg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_MUMBLE),1)
|
|
||||||
CLIENT_LIBS += -lrt
|
|
||||||
endif
|
|
||||||
|
|
||||||
# cross-compiling tweaks
|
# cross-compiling tweaks
|
||||||
ifeq ($(ARCH),i386)
|
ifeq ($(ARCH),i386)
|
||||||
ifeq ($(CROSS_COMPILING),1)
|
ifeq ($(CROSS_COMPILING),1)
|
||||||
|
|
Loading…
Reference in a new issue