From 4910f8cf3316a8fcaaeddcbbbebfeddea40e30c2 Mon Sep 17 00:00:00 2001 From: Poorfish Date: Mon, 31 May 2021 15:54:11 +0800 Subject: [PATCH] update build.sh. --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 4e55df72b..fb396566a 100644 --- a/build.sh +++ b/build.sh @@ -15,9 +15,6 @@ set -e -BASEPATH=$(cd "$(dirname $0)"; pwd) -OUTPUT_PATH="${BASEPATH}/output" -PYTHON=$(which python3) mk_new_dir() { local create_dir="$1" # the target to make -- Gitee