Skip to content

Commit

Permalink
Set --x-abi-tools-use-exact-versions during install
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Apr 10, 2024
1 parent 2f956af commit 3f22b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install-vcpkg-deps
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def main():
print(f'==> Installing dependencies...')
install_flags = [
'--recurse',
'--x-abi-tools-use-exact-versions',
*(['--dry-run'] if args.dry_run else []),
*(['--clean-after-build'] if args.clean_after_build else []),
*(['--x-no-default-features', '--x-feature', 'qt5'] if args.qt5 else []),
Expand Down

0 comments on commit 3f22b3d

Please sign in to comment.