We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4bfba commit 25a739dCopy full SHA for 25a739d
libretro/Makefile.common
@@ -15,7 +15,8 @@ INCLUDE_DIRS := $(CORE_DIR) \
15
$(LZMA_DIR)/C \
16
$(CRYPTO_DIR) \
17
$(FLAC_DIR)/include \
18
- $(FLAC_DIR)/src/libFLAC/include
+ $(FLAC_DIR)/src/libFLAC/include \
19
+ $(ZLIB_DIR)
20
21
OBJECTS_S :=
22
0 commit comments