Correct libretro buildfix (hopefully)

This commit is contained in:
Henrik Rydgård 2022-09-05 22:14:24 +02:00
parent 51fa0f49a5
commit 14ef126137

View file

@ -161,9 +161,6 @@ ifeq ($(PLATFORM_EXT), android)
$(EXTDIR)/libzip/zip_source_file_stdio_named.c \
$(EXTDIR)/libzip/zip_random_unix.c
endif
SOURCES_C +=\
$(COMMONDIR)/Math/fast/fast_matrix.c
endif
SOURCES_C += $(LIBRETRODIR)/ext/glew/glew.c
@ -311,7 +308,8 @@ SOURCES_CXX += \
$(COMMONDIR)/TimeUtil.cpp
SOURCES_C +=\
$(COMMONDIR)/GPU/OpenGL/gl3stub.c
$(COMMONDIR)/GPU/OpenGL/gl3stub.c \
$(COMMONDIR)/Math/fast/fast_matrix.c
SOURCES_CXX += \
$(GPUCOMMONDIR)/Draw2D.cpp \
@ -657,8 +655,7 @@ ifeq ($(WITH_DYNAREC),1)
SOURCES_C += $(EXTDIR)/libpng17/arm/arm_init.c \
$(EXTDIR)/libpng17/arm/filter_neon_intrinsics.c
ASMFILES += $(COMMONDIR)/Math/fast/fast_matrix_neon.S \
$(EXTDIR)/libpng17/arm/filter_neon.S
ASMFILES += $(EXTDIR)/libpng17/arm/filter_neon.S
endif
else
ifneq (,$(findstring msvc,$(platform)))