Skip to content

Instantly share code, notes, and snippets.

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/d6c76ba759732eb78031c707777ae37d to your computer and use it in GitHub Desktop.
Save colemancda/d6c76ba759732eb78031c707777ae37d to your computer and use it in GitHub Desktop.
Swift Tools 5.5.3 patched for Armv5
diff --git a/Sources/TSCUtility/Triple.swift b/Sources/TSCUtility/Triple.swift
index 449a21f..9a7df7b 100644
--- a/Sources/TSCUtility/Triple.swift
+++ b/Sources/TSCUtility/Triple.swift
@@ -42,6 +42,8 @@ public struct Triple: Encodable, Equatable {
case s390x
case aarch64
case armv7
+ case armv6
+ case armv5
case arm
case arm64
case arm64e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment