Skip to content

Commit 1db31eb

Browse files
committed
Link math library on Android too
1 parent 48003e8 commit 1db31eb

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
@@ -53,7 +53,7 @@ let package = Package(
5353
.target(
5454
name: "_NumericsShims",
5555
exclude: excludedFilenames,
56-
linkerSettings: [.linkedLibrary("m", .when(platforms: [.linux]))]
56+
linkerSettings: [.linkedLibrary("m", .when(platforms: [.linux, .android]))]
5757
),
5858

5959
.target(

0 commit comments

Comments
 (0)