Another attempt at fixing libretro, this time the win build failed

This commit is contained in:
Henrik Rydgård 2022-09-07 21:55:22 +02:00
parent 8782061539
commit ad12aced6c

View File

@ -801,9 +801,11 @@ SOURCES_C += $(ZSTDDIR)/common/debug.c \
$(ZSTDDIR)/dictBuilder/fastcover.c \
$(ZSTDDIR)/dictBuilder/zdict.c
ifneq (,$(findstring msvc,$(platform)))
ifeq ($(TARGET_ARCH),x86_64)
SOURCES_C += $(ZSTDDIR)/decompress/huf_decompress_amd64.S
endif
endif
ifneq ($(STATIC_LINKING), 1)
SOURCES_C += \