Skip to content

Commit 6430ced

Browse files
authored
Merge pull request swiftlang#67505 from al45tair/eng/PR-112662487-part2
[Linux][Backtracing] Fix CMake scripts to install correctly.
2 parents 9f70da0 + 7873f52 commit 6430ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2984,7 +2984,7 @@ function(add_swift_target_executable name)
29842984
add_dependencies(${install_in_component} ${lipo_target})
29852985

29862986
set(install_dest "libexec${LLVM_LIBDIR_SUFFIX}/swift/${resource_dir_sdk_subdir}")
2987-
swift_install_in_component(FILES "${UNIVERSAL_LIBRARY_NAME}"
2987+
swift_install_in_component(FILES "${UNIVERSAL_NAME}"
29882988
DESTINATION ${install_dest}
29892989
COMPONENT "${install_in_component}"
29902990
PERMISSIONS

0 commit comments

Comments
 (0)