mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Bug 4935 - dedicated server linked against libjpeg if using system libjpeg, patch by Simon McVittie
This commit is contained in:
parent
c1d8a260ae
commit
76bbd95207
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -916,7 +916,7 @@ ifeq ($(USE_INTERNAL_JPEG),1)
|
|||
BASE_CFLAGS += -DUSE_INTERNAL_JPEG
|
||||
BASE_CFLAGS += -I$(JPDIR)
|
||||
else
|
||||
LIBS += -ljpeg
|
||||
CLIENT_LIBS += -ljpeg
|
||||
endif
|
||||
|
||||
ifdef DEFAULT_BASEDIR
|
||||
|
|
Loading…
Reference in a new issue