Skip to content

Commit

Permalink
Update version of vcpkg for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez authored and manojsdoshi committed May 17, 2021
1 parent 1bb99e5 commit 36fe196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sh/install-vcpkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
if [[ -d "${VCPKG_DIR}" ]] ; then
rm -rf "${VCPKG_DIR}"
fi
git clone --branch 2019.12 https://github.com/Microsoft/vcpkg.git ${VCPKG_DIR}
git clone --branch 2021.04.30 https://github.com/Microsoft/vcpkg.git ${VCPKG_DIR}
pushd ${VCPKG_DIR}
BSARGS=()
if [[ "$(uname)" == "Darwin" ]] ; then
Expand Down

1 comment on commit 36fe196

@NRB44
Copy link

@NRB44 NRB44 commented on 36fe196 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok...XRP

Please sign in to comment.