Skip to content

Commit f74ea50

Browse files
authored
Merge pull request #26860 from drodriguez/android-link-with-m
[android] Link against math library for Bionic.
2 parents df6e977 + f77e283 commit f74ea50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Platform/bionic.modulemap.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ module SwiftGlibc [system] {
8383
export *
8484
}
8585
module math {
86+
link "m"
8687
header "${GLIBC_INCLUDE_PATH}/math.h"
8788
export *
8889
}

0 commit comments

Comments
 (0)