Skip to content

Commit 2ca6608

Browse files
authored
[TSCUtility] Add PowerPC 32-bit architecture to Triple (#364)
1 parent 50b34c7 commit 2ca6608

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
@@ -40,6 +40,7 @@ public struct Triple: Encodable, Equatable {
4040
case x86_64
4141
case x86_64h
4242
case i686
43+
case powerpc
4344
case powerpc64le
4445
case s390x
4546
case aarch64

0 commit comments

Comments
 (0)