We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6445d9e commit b7e05f6Copy full SHA for b7e05f6
app/mac-pre-vcpkg.sh
@@ -31,7 +31,7 @@ cd "${SCRIPT_DIR}"
31
# Build vcpkg
32
if [ ! -d "vcpkg" ]; then
33
echo "Cloning vcpkg"
34
- git clone --depth 1 --branch 2025.02.14 https://github.com/microsoft/vcpkg.git vcpkg
+ git clone --depth 1 --branch 2025.04.09 https://github.com/microsoft/vcpkg.git vcpkg
35
fi
36
37
export VCPKG_ROOT="$SCRIPT_DIR/vcpkg"
app/win-pre-vcpkg.bat
@@ -5,7 +5,7 @@ cd %~dp0
5
REM Build vcpkg
6
if not exist "vcpkg\" (
7
echo Cloning vcpkg
8
9
)
10
11
set VCPKG_ROOT=%~dp0/vcpkg
0 commit comments