mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-12 09:38:20 +00:00
Another attempt at fixing libretro, this time the win build failed
This commit is contained in:
parent
8782061539
commit
ad12aced6c
@ -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 += \
|
||||
|
Loading…
x
Reference in New Issue
Block a user