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 38decb8 + aaa9d6c commit 5e40b87Copy full SHA for 5e40b87
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -2772,7 +2772,7 @@ function(add_swift_target_executable name)
2772
# Swift compiles depend on swift modules, while links depend on
2773
# linked libraries. Find targets for both of these here.
2774
set(swiftexe_module_dependency_targets)
2775
- set(swiftexe_link_libraries_targets ${SWIFTEXE_TARGET_LINK_LIBRARIES})
+ set(swiftexe_link_libraries_targets)
2776
foreach(mod ${swiftexe_module_depends_flattened})
2777
if(DEFINED maccatalyst_build_flavor)
2778
if(maccatalyst_build_flavor STREQUAL "zippered")
0 commit comments