disable vpckg applocal on win

This commit is contained in:
tooomm
2026-07-22 22:00:20 +02:00
parent 6aa3467dab
commit 43ef4c94dc
+1
View File
@@ -161,6 +161,7 @@ if [[ -n $PACKAGE_TYPE ]]; then
fi
if [[ $USE_VCPKG ]]; then
flags+=("-DUSE_VCPKG=1")
flags+=("-DVCPKG_APPLOCAL_DEPS=OFF") # disable copying of runtime DLLs into build output on Windows
fi
# Add cmake --build flags