build: More concise build context.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 24m17s

This commit is contained in:
Cory McWilliams 2025-02-02 13:04:22 -05:00
parent bb0ed67827
commit 0c1e116c1e

View File

@ -71,12 +71,7 @@ $(error Unexpected host platform $(UNAME_S).)
endif endif
# Everything is set above. # Everything is set above.
$(info VERSION_NUMBER = $(VERSION_NUMBER)) $(info Building Tilde Friends $(VERSION_NUMBER) android=$(if $(HAVE_ANDROID),1,0) win=$(if $(HAVE_WIN),1,0) cross_aarch64=$(if $(HAVE_CROSS_AARCH64),1,0) cross_ios=$(if $(HAVE_LINUX_IOS),1,0) system_ssl=$(if $(USE_SYSTEM_SSL),1,0))
$(info HAVE_ANDROID = $(HAVE_ANDROID))
$(info HAVE_WIN = $(HAVE_WIN))
$(info HAVE_CROSS_AARCH64 = $(HAVE_CROSS_AARCH64))
$(info HAVE_LINUX_IOS = $(HAVE_LINUX_IOS))
$(info USE_SYSTEM_SSL = $(USE_SYSTEM_SSL))
CFLAGS += \ CFLAGS += \
-std=gnu11 \ -std=gnu11 \