mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
disable vpckg applocal on win
This commit is contained in:
parent
6aa3467dab
commit
43ef4c94dc
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue