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 60d9c6b commit c4309aeCopy full SHA for c4309ae
Sources/TSCBasic/Process/Process.swift
@@ -1316,7 +1316,7 @@ extension Process: Hashable {
1316
// MARK: - Private helpers
1317
1318
#if !os(Windows)
1319
-#if canImport(Darwin) || os(FreeBSD) || os(OpenBSD)
+#if canImport(Darwin) || canImport(Android) || os(FreeBSD) || os(OpenBSD)
1320
public typealias swiftpm_posix_spawn_file_actions_t = posix_spawn_file_actions_t?
1321
#else
1322
public typealias swiftpm_posix_spawn_file_actions_t = posix_spawn_file_actions_t
0 commit comments