We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108c975 commit 2b79980Copy full SHA for 2b79980
Sources/SwiftlyCore/SwiftlyCore.swift
@@ -53,9 +53,9 @@ public func readLine(prompt: String) -> String? {
53
}
54
55
#if arch(x86_64)
56
- public let cpuArch = "x86_64"
+public let cpuArch = "x86_64"
57
#elseif arch(arm64)
58
- public let cpuArch = "aarch64"
+public let cpuArch = "aarch64"
59
#else
60
- #error("Unsupported processor architecture")
+#error("Unsupported processor architecture")
61
#endif
0 commit comments