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 b2f42a1 commit 68f695aCopy full SHA for 68f695a
Package.swift
@@ -32,7 +32,7 @@ func findJavaHome() -> String {
32
}
33
34
35
- if ProcessInfo.processInfo.environment["SPI_BUILD"] == "1" {
+ if ProcessInfo.processInfo.environment["SPI_PROCESSING"] == "1" {
36
// just ignore that we're missing a JAVA_HOME when building in Swift Package Index
37
return ""
38
0 commit comments