mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 17:49:40 +00:00
Devcontainer: Set dynamic triplets for vcpkg cache feature
This ensures that when we set an overlay port directory for building the vcpkg cache, we set the default (and host) triplet to match the triplet files we have in each directory.
This commit is contained in:
parent
0b854ed8eb
commit
870915b594
Notes:
github-actions[bot]
2025-07-16 07:52:19 +00:00
Author: https://github.com/ADKaster
Commit: 870915b594
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5466
Reviewed-by: https://github.com/gmta ✅
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ set -e
|
|||
|
||||
case "$(uname -m)" in
|
||||
x86_64|x64)
|
||||
export VCPKG_DEFAULT_TRIPLET=x64-linux-dynamic
|
||||
;;
|
||||
aarch64|arm64)
|
||||
export VCPKG_DEFAULT_TRIPLET=arm64-linux-dynamic
|
||||
export VCPKG_FORCE_SYSTEM_BINARIES=1
|
||||
;;
|
||||
*)
|
||||
export VCPKG_FORCE_SYSTEM_BINARIES=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue