Skip to content

Commit 904a62a

Browse files
[Cpp] Fix "Environment variable VCPKG_FORCE_SYSTEM_BINARIES must be set on arm" error
1 parent aafb01c commit 904a62a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cpp/.devcontainer/devcontainer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313

1414
"capAdd": ["SYS_PTRACE"],
1515
"securityOpt": ["seccomp=unconfined"],
16+
"containerEnv": {
17+
"VCPKG_FORCE_SYSTEM_BINARIES": "1"
18+
},
19+
1620
// Configure tool-specific properties.
1721
"customizations": {
1822
// Configure properties specific to VS Code.

0 commit comments

Comments
 (0)