Skip to content

Commit 7e5c43e

Browse files
committed
Fix type so swift build works on Linux (but will fail for other reasons)
1 parent d135e91 commit 7e5c43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let excludeFiles = [
88
"./Browser/BrowserViewController.swift" // Because of inheriting iOS only class failed to build on macOS.
99
]
1010
#else
11-
let excludeFiles: String = []
11+
let excludeFiles: [String] = []
1212
#endif
1313

1414
let package = Package(

0 commit comments

Comments
 (0)