mirror of https://github.com/grpc/grpc-java.git
Correct path for dep building short-circuiting
This commit is contained in:
parent
6f64999821
commit
2467d618b7
|
|
@ -8,7 +8,7 @@ REM Install http://slproweb.com/download/Win64OpenSSL_Light-1_0_2d.exe
|
||||||
set PROTOBUF_VER=3.0.0-beta-1
|
set PROTOBUF_VER=3.0.0-beta-1
|
||||||
set CMAKE_NAME=cmake-3.3.2-win32-x86
|
set CMAKE_NAME=cmake-3.3.2-win32-x86
|
||||||
|
|
||||||
if not exist "protobuf-%PROTOBUF_VER%\cmake\Release\" (
|
if not exist "protobuf-%PROTOBUF_VER%\cmake\build\Release\" (
|
||||||
call :installProto
|
call :installProto
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue