Bake in zlib

This commit is contained in:
twinaphex
2020-10-07 15:51:20 +02:00
parent 5231f567fc
commit 189dfded45
29 changed files with 13285 additions and 3 deletions
+1 -3
View File
@@ -51,7 +51,6 @@ endif
CC_AS ?= $(CC)
LIBM := -lm
LIBZ := -lz
# Unix
ifneq (,$(findstring unix,$(platform)))
TARGET := $(TARGET_NAME)_libretro.so
@@ -62,7 +61,6 @@ else ifneq (,$(findstring linux-portable,$(platform)))
TARGET := $(TARGET_NAME)_libretro.so
fpic := -fPIC -nostdlib
LIBM :=
LIBZ :=
SHARED := -shared -Wl,-version-script=link.T
# android arm
else ifneq (,$(findstring android,$(platform)))
@@ -491,7 +489,7 @@ CFLAGS += -Wall
CXXFLAGS += $(fpic) $(DEFINES)
CXXFLAGS += -Wall
LDFLAGS += $(LIBM) $(LIBZ)
LDFLAGS += $(LIBM)
ROMS =
SNAPS =