Correct path for dep building short-circuiting

This commit is contained in:
Eric Anderson 2015-10-22 18:11:44 -07:00
parent 6f64999821
commit 2467d618b7
1 changed files with 1 additions and 1 deletions

View File

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