From 477b4b39aaedcb85cbcc9eb2e13085ae274af1a6 Mon Sep 17 00:00:00 2001 From: Peter <> Date: Tue, 15 Oct 2019 18:50:55 +0400 Subject: [PATCH] Add libphonenumber target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index d97e9d1106..f0a69802f0 100644 --- a/Makefile +++ b/Makefile @@ -343,6 +343,11 @@ build_openssl: check_env //submodules/openssl:openssl#iphoneos-arm64 \ --verbose 7 ${BUCK_OPTIONS} ${BUCK_THREADS_OPTIONS} ${BUCK_DEBUG_OPTIONS} +build_libphonenumber: check_env + $(BUCK) build \ + //submodules/libphonenumber:libphonenumber#iphoneos-arm64 \ + ${BUCK_OPTIONS} ${BUCK_THREADS_OPTIONS} ${BUCK_DEBUG_OPTIONS} + build_ton: check_env $(BUCK) build \ //submodules/ton:ton#iphoneos-arm64 \