Skip to content

Commit e8ac0e7

Browse files
committed
fix: add rcOptions for vcpkg system binaries
1 parent 9d12750 commit e8ac0e7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/legacy/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/modern/setup-cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/modern/setup-cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vcpkg/vcpkg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export async function setupVcpkg(version: string, setupDir: string, arch: string
8888

8989
// Add VCPKG_FORCE_SYSTEM_BINARIES=1 for Linux arm64
9090
if (process.platform === "linux" && arm64.includes(arch)) {
91-
await addEnv("VCPKG_FORCE_SYSTEM_BINARIES", "1")
91+
await addEnv("VCPKG_FORCE_SYSTEM_BINARIES", "1", rcOptions)
9292
}
9393

9494
// bootstrap vcpkg

0 commit comments

Comments
 (0)