mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 00:55:09 -07:00
Add --x-abi-tools-use-exact-version to vcpkg invocation (#7068)
This commit is contained in:
parent
2bc921321b
commit
32619f4d55
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ if [[ $PACKAGE_TYPE ]]; then
|
|||
fi
|
||||
if [[ $USE_VCPKG ]]; then
|
||||
flags+=("-DUSE_VCPKG=1")
|
||||
flags+=("-DVCPKG_INSTALL_OPTIONS=--x-abi-tools-use-exact-versions")
|
||||
fi
|
||||
|
||||
# Add cmake --build flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue