From ab58b4347ff0206dbeceb065c6ed4d3094fb2f25 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Thu, 18 Mar 2021 10:51:01 +0100 Subject: [PATCH] Clean build_delivery_linux.sh --- tools/release/build_delivery_linux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/release/build_delivery_linux.sh b/tools/release/build_delivery_linux.sh index 7b8f73dc48..bd850bd9fe 100755 --- a/tools/release/build_delivery_linux.sh +++ b/tools/release/build_delivery_linux.sh @@ -237,6 +237,7 @@ function build_python() { command -v swig | xargs echo "swig: " | tee -a build.log command -v python3 | xargs echo "python3: " | tee -a build.log + command -v protoc-gen-mypy | xargs echo "protoc-gen-mypy: " | tee -a build.log echo -n "Cleaning Python 3..." | tee -a build.log make clean_python UNIX_PYTHON_VER=3 @@ -297,3 +298,4 @@ function main() { } main "${1:-all}" +