Make clean before making

pull/259/head
Kun Zhang 10 years ago
parent e4f1f93313
commit e2f858574b
  1. 2
      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

Loading…
Cancel
Save