Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add powerpc to default targets for cxx-common
  • Loading branch information
2over12 committed Feb 12, 2024
commit 0b347e64312bedbfd85b062298ab48eb0a516d51
3 changes: 2 additions & 1 deletion ports/llvm-17/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"target-nvptx",
"target-sparc",
"target-webassembly",
"target-x86"
"target-x86",
"target-powerpc"
]
}
]
Expand Down