build: Properly update vcpkg pages in web and macOS ARM docker

This commit is contained in:
WerWolv
2025-02-07 23:34:05 +01:00
parent 94a2f9460e
commit a1634fb337
3 changed files with 3 additions and 3 deletions

2
dist/web/Dockerfile vendored
View File

@@ -14,6 +14,7 @@ set -xe
git clone https://github.com/microsoft/vcpkg /vcpkg
/vcpkg/bootstrap-vcpkg.sh
git -C /vcpkg pull
sed -i 's/vcpkg_install_make(${EXTRA_ARGS})/vcpkg_install_make(${EXTRA_ARGS} SUBPATH src)/g' /vcpkg/ports/libmagic/portfile.cmake
EOF
@@ -34,7 +35,6 @@ set -xe
mkdir -p $VCPKG_DEFAULT_BINARY_CACHE
/vcpkg/vcpkg x-update-baseline
/vcpkg/vcpkg install --triplet=wasm32-emscripten libmagic
/vcpkg/vcpkg install --triplet=wasm32-emscripten freetype
/vcpkg/vcpkg install --triplet=wasm32-emscripten mbedtls