Skip to content

Instantly share code, notes, and snippets.

@matthiasfranz
Last active January 23, 2020 16:59
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 matthiasfranz/06c93081658a528a1fd3c0ff7887b7a6 to your computer and use it in GitHub Desktop.
Save matthiasfranz/06c93081658a528a1fd3c0ff7887b7a6 to your computer and use it in GitHub Desktop.
public static let macOS = try! Triple(“x86_64-apple-macosx10.10”)
public static let linux = try! Triple(“x64_64-unknown-linux”)
public static let android = try! Triple(“armv7-unknown-linux-androideabi”)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment