Skip to content

Commit d796747

Browse files
eXhaustedtonyarnold
authored andcommitted
Don't import UIKit-dependent code when building on Linux
1 parent 3c73520 commit d796747

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Differ/Diff+UIKit.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(macOS) && !os(watchOS)
1+
#if !os(macOS) && !os(watchOS) && !os(Linux)
22

33
import UIKit
44

0 commit comments

Comments
 (0)