mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-22 01:25:10 -07:00
win only
This commit is contained in:
parent
aaeaa0b89e
commit
0ea9ac3607
1 changed files with 3 additions and 1 deletions
|
|
@ -161,7 +161,9 @@ 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
|
||||
if [[ $RUNNER_OS == Windows ]]; then
|
||||
flags+=("-DVCPKG_APPLOCAL_DEPS=OFF") # disable copying of runtime DLLs into build output
|
||||
fi
|
||||
fi
|
||||
|
||||
# Add cmake --build flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue