From a2d1f8f6acea0f91357f210e32049789744e2111 Mon Sep 17 00:00:00 2001 From: Yuan Shuai Date: Thu, 5 Mar 2020 17:53:20 +0800 Subject: [PATCH] test=develop (#3086) --- lite/tools/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lite/tools/build.sh b/lite/tools/build.sh index eabd430318..daa2d79eec 100755 --- a/lite/tools/build.sh +++ b/lite/tools/build.sh @@ -407,6 +407,10 @@ function main { BUILD_EXTRA="${i#*=}" shift ;; + --build_cv=*) + BUILD_CV="${i#*=}" + shift + ;; --build_python=*) BUILD_PYTHON="${i#*=}" shift -- GitLab