build: Fix ARM64 macOS build issues

This commit is contained in:
WerWolv
2025-02-08 11:27:40 +01:00
parent 1fa27b7f09
commit e0c2a39ce7
2 changed files with 10 additions and 2 deletions

2
dist/web/Dockerfile vendored
View File

@@ -13,8 +13,8 @@ RUN <<EOF
set -xe
git clone https://github.com/microsoft/vcpkg /vcpkg
/vcpkg/bootstrap-vcpkg.sh
git -C /vcpkg pull
/vcpkg/bootstrap-vcpkg.sh
sed -i 's/vcpkg_install_make(${EXTRA_ARGS})/vcpkg_install_make(${EXTRA_ARGS} SUBPATH src)/g' /vcpkg/ports/libmagic/portfile.cmake
EOF