Skip to content

Instantly share code, notes, and snippets.

@colemancda
Created March 18, 2022 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemancda/8ba15edde6d3d2ff52367f69922f8457 to your computer and use it in GitHub Desktop.
Save colemancda/8ba15edde6d3d2ff52367f69922f8457 to your computer and use it in GitHub Desktop.
Swift Core Tools 5.6 patched for PowerPC 32-bit
diff --git a/Sources/TSCUtility/Triple.swift b/Sources/TSCUtility/Triple.swift
index 0b682c8..5f4d3e5 100644
--- a/Sources/TSCUtility/Triple.swift
+++ b/Sources/TSCUtility/Triple.swift
@@ -40,6 +40,7 @@ public struct Triple: Encodable, Equatable {
case x86_64
case x86_64h
case i686
+ case powerpc
case powerpc64le
case s390x
case aarch64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment