Skip to content

Commit 6b0a88b

Browse files
committed
Android: correct module name for _math
This module was named improperly during the migration. Correct the name to `_math`.
1 parent de14247 commit 6b0a88b

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)