Add libphonenumber target

This commit is contained in:
Peter 2019-10-15 18:50:55 +04:00
parent 9889cb0f3f
commit 477b4b39aa

View File

@ -343,6 +343,11 @@ build_openssl: check_env
//submodules/openssl:openssl#iphoneos-arm64 \ //submodules/openssl:openssl#iphoneos-arm64 \
--verbose 7 ${BUCK_OPTIONS} ${BUCK_THREADS_OPTIONS} ${BUCK_DEBUG_OPTIONS} --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 build_ton: check_env
$(BUCK) build \ $(BUCK) build \
//submodules/ton:ton#iphoneos-arm64 \ //submodules/ton:ton#iphoneos-arm64 \