Merge pull request #1513 from pherl/fix-build-protoc
Fix protoc build artifact script.
This commit is contained in:
commit
cdd3ec7c2f
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ export CXXFLAGS LDFLAGS
|
|||
TARGET_FILE=target/protoc.exe
|
||||
|
||||
cd "$WORKING_DIR"/.. && ./configure $CONFIGURE_ARGS &&
|
||||
cd src && make clean && make google/protobuf/stubs/pbconfig.h $MAKE_TARGET &&
|
||||
cd src && make clean && make $MAKE_TARGET &&
|
||||
cd "$WORKING_DIR" && mkdir -p target &&
|
||||
(cp ../src/protoc $TARGET_FILE || cp ../src/protoc.exe $TARGET_FILE) ||
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue