Skip to content

Instantly share code, notes, and snippets.

@colemancda
Created March 17, 2022 09:43
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/840a1d6e2029c31f899a91e503c2364b to your computer and use it in GitHub Desktop.
Save colemancda/840a1d6e2029c31f899a91e503c2364b to your computer and use it in GitHub Desktop.
Swift Tools 5.6 patched for RISCV64
diff --git a/Sources/TSCUtility/Triple.swift b/Sources/TSCUtility/Triple.swift
index 0b682c8..5b21571 100644
--- a/Sources/TSCUtility/Triple.swift
+++ b/Sources/TSCUtility/Triple.swift
@@ -49,6 +49,7 @@ public struct Triple: Encodable, Equatable {
case arm64
case arm64e
case wasm32
+ case riscv64
}
public enum Vendor: String, Encodable {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment