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 a3eb585 commit 7873f52Copy full SHA for 7873f52
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -2976,7 +2976,7 @@ function(add_swift_target_executable name)
2976
add_dependencies(${install_in_component} ${lipo_target})
2977
2978
set(install_dest "libexec${LLVM_LIBDIR_SUFFIX}/swift/${resource_dir_sdk_subdir}")
2979
- swift_install_in_component(FILES "${UNIVERSAL_LIBRARY_NAME}"
+ swift_install_in_component(FILES "${UNIVERSAL_NAME}"
2980
DESTINATION ${install_dest}
2981
COMPONENT "${install_in_component}"
2982
PERMISSIONS
0 commit comments