Skip to content

Commit

Permalink
Fix case problem in libretro make file, see #15964
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Sep 5, 2022
1 parent 0126bc1 commit a42807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretro/Makefile.common
Expand Up @@ -659,7 +659,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 \
ASMFILES += $(COMMONDIR)/Math/fast/fast_matrix_neon.S \
$(EXTDIR)/libpng17/arm/filter_neon.S
endif
else
Expand Down

0 comments on commit a42807e

Please sign in to comment.