diff --git a/Sources/SKSupport/Platform.swift b/Sources/SKSupport/Platform.swift index 798057c64..f922ae7a2 100644 --- a/Sources/SKSupport/Platform.swift +++ b/Sources/SKSupport/Platform.swift @@ -17,6 +17,7 @@ extension Platform { /// The file extension used for a dynamic library on this platform. public var dynamicLibraryExtension: String { switch self { + case .android: return "so" case .darwin: return "dylib" case .linux: return "so" }