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 9f70da0 + 7873f52 commit 6430cedCopy full SHA for 6430ced
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -2984,7 +2984,7 @@ function(add_swift_target_executable name)
2984
add_dependencies(${install_in_component} ${lipo_target})
2985
2986
set(install_dest "libexec${LLVM_LIBDIR_SUFFIX}/swift/${resource_dir_sdk_subdir}")
2987
- swift_install_in_component(FILES "${UNIVERSAL_LIBRARY_NAME}"
+ swift_install_in_component(FILES "${UNIVERSAL_NAME}"
2988
DESTINATION ${install_dest}
2989
COMPONENT "${install_in_component}"
2990
PERMISSIONS
0 commit comments