Skip to content

Commit 22434bc

Browse files
authored
[TSCUtility] Added RISCV64 support (#360)
1 parent 4beac50 commit 22434bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/TSCUtility/Triple.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public struct Triple: Encodable, Equatable {
5151
case arm64
5252
case arm64e
5353
case wasm32
54+
case riscv64
5455
}
5556

5657
public enum Vendor: String, Encodable {

0 commit comments

Comments
 (0)