fix: add rcOptions for vcpkg system binaries

This commit is contained in:
Amin Yahyaabadi 2025-05-09 20:45:21 -07:00
parent 9d12750bbe
commit e8ac0e7160
5 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -88,7 +88,7 @@ export async function setupVcpkg(version: string, setupDir: string, arch: string
// Add VCPKG_FORCE_SYSTEM_BINARIES=1 for Linux arm64
if (process.platform === "linux" && arm64.includes(arch)) {
await addEnv("VCPKG_FORCE_SYSTEM_BINARIES", "1")
await addEnv("VCPKG_FORCE_SYSTEM_BINARIES", "1", rcOptions)
}
// bootstrap vcpkg