From a20ff87cc9aeb138c9c77eb5f4cc962e75d40cfe Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sun, 14 Dec 2025 15:00:00 +0100 Subject: [PATCH] chore: update comment --- dist/web/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/web/Dockerfile b/dist/web/Dockerfile index 64b4d803c..522f72427 100644 --- a/dist/web/Dockerfile +++ b/dist/web/Dockerfile @@ -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 <