Skip to content

Commit eea0638

Browse files
authored
link log on android (#467)
1 parent 2ed85e2 commit eea0638

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,9 @@ let package = Package(
386386
swiftSettings: [
387387
.swiftLanguageMode(.v5),
388388
.unsafeFlags(["-I\(javaIncludePath)", "-I\(javaPlatformIncludePath)"], .when(platforms: [.macOS, .linux, .windows]))
389+
],
390+
linkerSettings: [
391+
.linkedLibrary("log", .when(platforms: [.android]))
389392
]
390393
),
391394

0 commit comments

Comments
 (0)