mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-01-18 21:51:37 +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)
|
ifeq ($(USE_CODEC_VORBIS),1)
|
||||||
CLIENT_CFLAGS += -DUSE_CODEC_VORBIS
|
CLIENT_CFLAGS += -DUSE_CODEC_VORBIS
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(USE_CODEC_VORBIS),1)
|
|
||||||
CLIENT_LIBS += -lvorbisfile -lvorbis -logg
|
CLIENT_LIBS += -lvorbisfile -lvorbis -logg
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue