Skip to content

Commit 0dc8fef

Browse files
Merge pull request #227 from buttaface/math
Link math library on Android too
2 parents 98a8a16 + 1db31eb commit 0dc8fef

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)