浏览代码

Make clean before making

Kun Zhang 10 年之前
父节点
当前提交
e2f858574b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      protoc-artifacts/build-protoc.sh

+ 1 - 1
protoc-artifacts/build-protoc.sh

@@ -16,4 +16,4 @@ if [[ "$(uname)" == CYGWIN* ]]; then
   export CXXCPP=i686-pc-mingw32-cpp
 fi
 
-cd $(dirname "$0")/.. && ./configure --disable-shared && make
+cd $(dirname "$0")/.. && ./configure --disable-shared && make clean && make