Skip to content

Commit 30dbf3a

Browse files
committed
do not add ObjectIdentifier+DebugDescription.swift for android builds
1 parent eac1fe4 commit 30dbf3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ if(SWIFT_STDLIB_ENABLE_VECTOR_TYPES)
262262
list(APPEND SWIFTLIB_EMBEDDED_GYB_SOURCES SIMDConcreteOperations.swift.gyb SIMDVectorTypes.swift.gyb)
263263
endif()
264264

265-
# Freestanding and Linux builds both have failures to resolve.
266-
if(NOT BOOTSTRAPPING_MODE STREQUAL "OFF" AND NOT SWIFT_FREESTANDING_FLAVOR AND NOT SWIFT_HOST_VARIANT_SDK STREQUAL "LINUX")
265+
# Freestanding and Linux/Android builds both have failures to resolve.
266+
if(NOT BOOTSTRAPPING_MODE STREQUAL "OFF" AND NOT SWIFT_FREESTANDING_FLAVOR AND NOT SWIFT_HOST_VARIANT_SDK STREQUAL "LINUX" AND NOT SWIFT_HOST_VARIANT_SDK STREQUAL "ANDROID")
267267
list(APPEND SWIFTLIB_SOURCES ObjectIdentifier+DebugDescription.swift)
268268
endif()
269269

0 commit comments

Comments
 (0)