mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-04-20 09:55:38 +00:00
Disable zlib because I don't have it set up on my jenkins
This commit is contained in:
parent
c11db94c7d
commit
aa470a8bd0
1 changed files with 2 additions and 2 deletions
|
@ -173,8 +173,8 @@ QS_CFLAGS+= $(CODEC_INC)
|
|||
|
||||
COMMON_LIBS:= -lm -lopengl32 -lwinmm
|
||||
|
||||
QS_CFLAGS+= -DUSE_ZLIB
|
||||
COMMON_LIBS+= -lz
|
||||
#QS_CFLAGS+= -DUSE_ZLIB
|
||||
#COMMON_LIBS+= -lz
|
||||
|
||||
LIBS := $(COMMON_LIBS) $(NET_LIBS) $(CODEC_LINK) $(CODECLIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue