Skip to content

Commit

Permalink
Fix validation in SPI package list
Browse files Browse the repository at this point in the history
Our package list validation runs on Linux, which prevents this package from being added:
  • Loading branch information
finestructure authored Nov 13, 2022
1 parent 827eb88 commit d135e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import PackageDescription
let excludeFiles = [
"./Browser/BrowserViewController.swift" // Because of inheriting iOS only class failed to build on macOS.
]
#elseif os(iOS)
#else
let excludeFiles: String = []
#endif

Expand Down

0 comments on commit d135e91

Please sign in to comment.