We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e03c568 + 328fcdf commit 9b7a6f0Copy full SHA for 9b7a6f0
cmake/modules/AddSwift.cmake
@@ -575,7 +575,7 @@ function(_add_swift_runtime_link_flags target relpath_to_lib_dir bootstrapping)
575
# For the "end step" of bootstrapping configurations on Darwin, need to be
576
# able to fall back to the SDK directory for libswiftCore et al.
577
if (BOOTSTRAPPING_MODE MATCHES "BOOTSTRAPPING.*")
578
- if (bootstrapping STREQUAL "")
+ if (NOT "${bootstrapping}" STREQUAL "1")
579
if(${SWIFT_HOST_VARIANT_SDK} IN_LIST SWIFT_DARWIN_PLATFORMS)
580
target_link_directories(${target} PRIVATE "${sdk_dir}")
581
endif()
0 commit comments