Skip to content

Commit

Permalink
Correct libretro buildfix (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 5, 2022
1 parent 51fa0f4 commit 14ef126
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions libretro/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 \
Expand Down Expand Up @@ -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)))
Expand Down

0 comments on commit 14ef126

Please sign in to comment.