File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ del protobuf.zip
3030powershell -command " $ProgressPreference = 'SilentlyContinue'; $ErrorActionPreference = 'stop'; & { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 ; iwr https://github.com/abseil/abseil-cpp/archive/refs/tags/%ABSL_VERSION% .zip -OutFile absl.zip }" || exit /b 1
3131powershell -command " $ErrorActionPreference = 'stop'; & { Add-Type -AssemblyName System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::ExtractToDirectory('absl.zip', '.') }" || exit /b 1
3232del absl.zip
33- rmdir protobuf-%PROTOBUF_VER% \third_party\abseil-cpp
3433move abseil-cpp-%ABSL_VERSION% protobuf-%PROTOBUF_VER% \third_party\abseil-cpp
3534mkdir protobuf-%PROTOBUF_VER% \build
3635pushd protobuf-%PROTOBUF_VER% \build
Original file line number Diff line number Diff line change 3333 if [[ ! -d " protobuf-${PROTOBUF_VERSION} " ]]; then
3434 curl -Ls " https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION} /protobuf-${PROTOBUF_VERSION} .tar.gz" | tar xz
3535 curl -Ls " https://github.com/abseil/abseil-cpp/archive/refs/tags/${ABSL_VERSION} .tar.gz" | tar xz
36- rmdir " protobuf-$PROTOBUF_VERSION /third_party/abseil-cpp"
3736 mv " abseil-cpp-$ABSL_VERSION " " protobuf-$PROTOBUF_VERSION /third_party/abseil-cpp"
3837 fi
3938 # the same source dir is used for 32 and 64 bit builds, so we need to clean stale data first
You can’t perform that action at this time.
0 commit comments