Selaa lähdekoodia

Fix protoc build artifact script.

pbconfig.h has gone. This commit removes the target.
Jisi Liu 9 vuotta sitten
vanhempi
commit
25dd69002f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      protoc-artifacts/build-protoc.sh

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

@@ -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