Skip to content

Commit 14f54f4

Browse files
authored
Add new platform for TSCUtility
The macOS smoke test for swiftlang/swift-package-manager#2396 fails without this addition.
1 parent c66df55 commit 14f54f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SKSupport/Platform.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ extension Platform {
1717
/// The file extension used for a dynamic library on this platform.
1818
public var dynamicLibraryExtension: String {
1919
switch self {
20+
case .android: return "so"
2021
case .darwin: return "dylib"
2122
case .linux: return "so"
2223
}

0 commit comments

Comments
 (0)