aports/testing/libretro-fbneo/patch-unbundle.patch
2021-06-03 13:34:15 +00:00

13 lines
209 B
Diff

Remove bundled zlib.
--- a/src/burner/libretro/Makefile
+++ b/src/burner/libretro/Makefile
@@ -692,6 +692,8 @@
LD = $(CXX)
endif
+LIBS += -lz
+
%.o: %.c
$(CC) -c $(OBJOUT)$@ $< $(CFLAGS) $(INCFLAGS)