Skip to content

Commit

Permalink
fix makefile formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackedPixel committed Feb 22, 2025
1 parent bff841c commit 5515be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5515be3

Please sign in to comment.