mirror of
https://github.com/libretro/beetle-pce-libretro.git
synced 2024-11-27 02:10:52 +00:00
Cleanups
This commit is contained in:
parent
6bb903f4dd
commit
8f7860ce90
@ -191,6 +191,7 @@ ifeq ($(HAVE_CHD), 1)
|
||||
ifneq ($(STATIC_LINKING), 1)
|
||||
ifeq ($(SYSTEM_ZLIB), 1)
|
||||
INCFLAGS += $(shell pkg-config --cflags zlib)
|
||||
INCFLAGS += -I$(LIBRETRO_COMM_DIR)/include/compat
|
||||
LIBS += $(shell pkg-config --libs zlib)
|
||||
else
|
||||
INCFLAGS += $(ZLIB_INCFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user