File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -414,9 +414,9 @@ set(SWIFT_STDLIB_MSVC_RUNTIME_LIBRARY
414
414
415
415
416
416
if (BRIDGING_MODE STREQUAL "DEFAULT" OR NOT BRIDGING_MODE )
417
- if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR "${SWIFT_HOST_VARIANT_SDK} " MATCHES "WINDOWS|ANDROID " OR (CMAKE_Swift_COMPILER AND CMAKE_Swift_COMPILER_VERSION VERSION_LESS 5.8 ))
417
+ if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR "${SWIFT_HOST_VARIANT_SDK} " STREQUAL "WINDOWS" OR (CMAKE_Swift_COMPILER AND CMAKE_Swift_COMPILER_VERSION VERSION_LESS 5.8 ))
418
418
# In debug builds, to workaround a problem with LLDB's `po` command (rdar://115770255).
419
- # On Windows and Android , to workaround a build problem.
419
+ # On Windows, to workaround a build problem.
420
420
# If the host Swift version is less than 5.8, use pure mode to workaround a C++ interop compiler crash.
421
421
set (BRIDGING_MODE "PURE" )
422
422
else ()
You can’t perform that action at this time.
0 commit comments