chore: update comment

This commit is contained in:
iTrooz 2025-12-14 15:00:00 +01:00
parent e02e57a729
commit a20ff87cc9
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A
1 changed files with 2 additions and 1 deletions

3
dist/web/Dockerfile vendored
View File

@ -17,7 +17,8 @@ git clone --depth 1 https://github.com/microsoft/vcpkg /vcpkg
sed -i 's/vcpkg_install_make(${EXTRA_ARGS})/vcpkg_install_make(${EXTRA_ARGS} SUBPATH src)/g' /vcpkg/ports/libmagic/portfile.cmake
EOF
# Patch vcpkg build instructions to add -pthread
# Patch vcpkg build instructions to add -pthread flag
# Even dependencies must be built with -pthread to be able to use USE_PTHREADS=1
RUN <<EOF
set -xe