mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Get rid of redundancy
This commit is contained in:
parent
eda3faccea
commit
fe7b088de2
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -621,9 +621,6 @@ ifeq ($(PLATFORM),freebsd)
|
|||
|
||||
ifeq ($(USE_CODEC_VORBIS),1)
|
||||
CLIENT_CFLAGS += -DUSE_CODEC_VORBIS
|
||||
endif
|
||||
|
||||
ifeq ($(USE_CODEC_VORBIS),1)
|
||||
CLIENT_LIBS += -lvorbisfile -lvorbis -logg
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue