mirror of
https://github.com/libretro/RetroArch
synced 2025-03-16 07:21:03 +00:00
Merge pull request #1210 from heuripedes/master
(Makefile.win) Use bundled zlib library by default
This commit is contained in:
commit
4bc159e1db
@ -33,6 +33,7 @@ HAVE_FFMPEG := 0
|
||||
HAVE_CG := 1
|
||||
HAVE_LIBXML2 := 0
|
||||
HAVE_ZLIB := 1
|
||||
WANT_MINIZ := 1
|
||||
|
||||
ifeq ($(HAVE_CG), 1)
|
||||
CG_LIBS := -lcg -lcgGL
|
||||
|
Loading…
x
Reference in New Issue
Block a user