build: More concise build context.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 24m17s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 24m17s
This commit is contained in:
parent
bb0ed67827
commit
0c1e116c1e
@ -71,12 +71,7 @@ $(error Unexpected host platform $(UNAME_S).)
|
||||
endif
|
||||
|
||||
# Everything is set above.
|
||||
$(info VERSION_NUMBER = $(VERSION_NUMBER))
|
||||
$(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))
|
||||
$(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))
|
||||
|
||||
CFLAGS += \
|
||||
-std=gnu11 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user