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.
1 parent 2015c8a commit 60ededbCopy full SHA for 60ededb
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -2700,9 +2700,9 @@ function(add_swift_target_executable name)
2700
# All Swift executables depend on the swiftSwiftOnoneSupport library.
2701
list(APPEND SWIFTEXE_TARGET_SWIFT_MODULE_DEPENDS SwiftOnoneSupport)
2702
2703
- set(THIN_INPUT_TARGETS)
2704
-
2705
foreach(sdk ${SWIFT_SDKS})
+ set(THIN_INPUT_TARGETS)
+
2706
# Collect architecture agnostic SDK module dependencies
2707
set(swiftexe_module_depends_flattened ${SWIFTEXE_TARGET_SWIFT_MODULE_DEPENDS})
2708
if(${sdk} STREQUAL OSX)
0 commit comments