mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
build, fix libchd zstd support for libretro static linking
This commit is contained in:
parent
4af2edc365
commit
a43c77c0e5
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -345,9 +345,9 @@ ZSTD_OBJS += $(ZSTD)/decompress/zstd_decompress_block.o
|
|||
ZSTD_OBJS += $(ZSTD)/decompress/zstd_decompress.o
|
||||
$(ZSTD_OBJS) $(CHDR_OBJS): CFLAGS += -I$(ZSTD) -Wno-unused
|
||||
|
||||
OBJS += $(CHDR_OBJS)
|
||||
OBJS += $(CHDR_OBJS) $(ZSTD_OBJS)
|
||||
ifneq ($(STATIC_LINKING), 1)
|
||||
OBJS += $(LZMA_OBJS) $(ZSTD_OBJS)
|
||||
OBJS += $(LZMA_OBJS)
|
||||
endif
|
||||
# ouf... prepend includes to overload headers available in the toolchain
|
||||
CFLAGS := -I$(LZMA)/include -I$(CHDR)/include $(CFLAGS)
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b5a86fe0c8b64497d7c6cbc23db72fd6fb1b982
|
||||
Subproject commit e62ac5995b1c7ef65ece35293914843b8ee57d49
|
Loading…
Add table
Add a link
Reference in a new issue