Skip to content

Commit 73ee193

Browse files
add lldb and libcxx
1 parent 03ebd79 commit 73ee193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
{
4646
"name": "llvm",
4747
"default-features": false,
48-
"features": ["clang","libunwind","openmp", "default-options", "lld", "tools", "mlir", "target-x86"],
48+
"features": ["clang","libunwind","openmp", "default-options", "lld", "tools", "mlir", "target-x86", "libcxx", "libcxxabi", "lldb"],
4949
"platform": "x64"
5050
},
5151
{
5252
"name": "llvm",
5353
"default-features": false,
54-
"features": ["clang","libunwind","openmp", "default-options", "lld", "tools", "mlir", "target-aarch64"],
54+
"features": ["clang","libunwind","openmp", "default-options", "lld", "tools", "mlir", "target-aarch64", "libcxx", "libcxxabi" , "lldb"],
5555
"platform": "arm64"
5656
}
5757
]

0 commit comments

Comments
 (0)