mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-28 14:47:11 -07:00
disable vpckg applocal on win
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user