From 5515be32f1c1e2d66b3fde4368e4dc2f8ca46d30 Mon Sep 17 00:00:00 2001 From: CrackedPixel <5776225+CrackedPixel@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:52:31 -0600 Subject: [PATCH] fix makefile formatting --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 221a1a708..9830b9f3b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -812,10 +812,10 @@ android_native_app_glue.o : $(NATIVE_APP_GLUE)/android_native_app_glue.c # AVIF libavif.o : $(LIBAVIF_SRC_PATH)/avif.c ifeq ($(LIBAVIF_ENABLE),TRUE) - cmake -S $(LIBAVIF_ROOT_PATH) -B $(LIBAVIF_LIBRARY_PATH) - make -C $(LIBAVIF_LIBRARY_PATH) + cmake -S $(LIBAVIF_ROOT_PATH) -B $(LIBAVIF_LIBRARY_PATH) + make -C $(LIBAVIF_LIBRARY_PATH) else - @echo "AVIF support is disabled, skipping AVIF library build." + @echo "AVIF support is disabled, skipping AVIF library build." endif # Install generated and needed files to desired directories.