File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,6 @@ index 2135ce6..fbff6f6 100644
11
11
#else
12
12
public import SWBLibc
13
13
#endif
14
- diff --git a/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift b/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift
15
- index 346bd4e..928bf80 100644
16
- --- a/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift
17
- +++ b/swift-tools-support-core/Sources/TSCBasic/Process/Process.swift
18
- @@ -1316,7 +1316,7 @@ extension Process: Hashable {
19
- // MARK: - Private helpers
20
-
21
- #if !os(Windows)
22
- - #if canImport(Darwin) || os(FreeBSD) || os(OpenBSD)
23
- + #if canImport(Darwin) || canImport(Android) || os(OpenBSD) || os(FreeBSD)
24
- public typealias swiftpm_posix_spawn_file_actions_t = posix_spawn_file_actions_t?
25
- #else
26
- public typealias swiftpm_posix_spawn_file_actions_t = posix_spawn_file_actions_t
27
14
diff --git a/swiftpm/Sources/swift-build-prebuilts/BuildPrebuilts.swift b/swiftpm/Sources/swift-build-prebuilts/BuildPrebuilts.swift
28
15
index ffa6b7f3f..abe453232 100644
29
16
--- a/swiftpm/Sources/swift-build-prebuilts/BuildPrebuilts.swift
You can’t perform that action at this time.
0 commit comments