C89 MSVC doesn't support 'inline' - will have to make define for
[picodrive.git] / Makefile.libretro
index 4818219..7679505 100644 (file)
@@ -193,9 +193,7 @@ else
    CFLAGS += -D__WIN32__ -D__WIN32_LIBRETRO__
 endif
 
-ifeq ($(DONT_COMPILE_IN_ZLIB),1)
 CFLAGS += -DNO_ZLIB
-endif
 
 ifeq ($(NO_MMAP),1)
 CFLAGS += -DNO_MMAP