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 88aeaf6 commit f5d2b40Copy full SHA for f5d2b40
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -2972,7 +2972,7 @@ function(add_swift_target_executable name)
2972
add_dependencies(${install_in_component} ${lipo_target})
2973
2974
set(install_dest "libexec${LLVM_LIBDIR_SUFFIX}/swift/${resource_dir_sdk_subdir}")
2975
- swift_install_in_component(FILES "${UNIVERSAL_LIBRARY_NAME}"
+ swift_install_in_component(FILES "${UNIVERSAL_NAME}"
2976
DESTINATION ${install_dest}
2977
COMPONENT "${install_in_component}"
2978
PERMISSIONS
0 commit comments