Skip to content

Commit 0b8d99b

Browse files
committed
Do not compile HeadlessTerminal on Windows as it uses LocalProcess, we should upgrade at some point to the new subprocess API in Swift
1 parent 5d160c4 commit 0b8d99b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SwiftTerm/HeadlessTerminal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// Created by Miguel de Icaza on 4/5/20.
66
//
7-
#if !os(iOS)
7+
#if !os(iOS) && !os(Windows)
88
import Foundation
99

1010
///

0 commit comments

Comments
 (0)