Merge pull request #9397 from jtattermusch/fix_win_protoc_artifact

Fix building protoc artifacts on windows
pull/8830/head^2
Jan Tattermusch 8 years ago committed by GitHub
commit ada49f0978
  1. 2
      tools/run_tests/artifacts/build_artifact_protoc.bat

@ -34,7 +34,7 @@ cd third_party/protobuf/cmake
mkdir build & cd build
mkdir solution & cd solution
cmake -G "%generator%" -Dprotobuf_BUILD_TESTS=OFF ../../.. || goto :error
cmake -G "%generator%" -Dprotobuf_BUILD_TESTS=OFF ../.. || goto :error
endlocal
call vsprojects/build_plugins.bat || goto :error

Loading…
Cancel
Save