Skip to content

Commit f49b128

Browse files
authored
Merge pull request #84963 from compnerd/_math
Android: correct module name for `_math`
2 parents d243b8d + 6b0a88b commit f49b128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtimes/Overlay/Android/Math/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
add_library(swift_math
33
Math.swift)
44
set_target_properties(swift_math PROPERTIES
5-
Swift_MODULE_NAME math)
5+
Swift_MODULE_NAME _math)
66
target_link_libraries(swift_math PRIVATE
77
SwiftAndroid
88
swiftCore)

0 commit comments

Comments
 (0)