From b19f5b974307a1d02169cecc787ceca2e44b0a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Sun, 27 Mar 2022 01:15:08 +0400 Subject: [PATCH] Fix error in log message in Makefile ios task --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 143ea7444..4ad14ecf6 100644 --- a/Makefile +++ b/Makefile @@ -299,7 +299,7 @@ vendor: rm -r vendor/; go mod vendor ios: vendor mobile-rpc - @$(call print, "Building iOS framework ($(IOS_BUILD)).") + @$(call print, "Building iOS cxframework ($(IOS_BUILD)).") mkdir -p $(IOS_BUILD_DIR) $(GOMOBILE_BIN) bind -target=ios -tags="mobile $(DEV_TAGS) autopilotrpc" $(LDFLAGS) -v -o $(IOS_BUILD) $(MOBILE_PKG)