Skip to content

Commit f5d2b40

Browse files
committed
[Linux][Backtracing] Fix CMake scripts to install correctly.
The script erroneously used `UNIVERSAL_LIBRARY_NAME` instead of `UNIVERSAL_NAME`. rdar://112662487
1 parent 88aeaf6 commit f5d2b40

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
@@ -2972,7 +2972,7 @@ function(add_swift_target_executable name)
29722972
add_dependencies(${install_in_component} ${lipo_target})
29732973

29742974
set(install_dest "libexec${LLVM_LIBDIR_SUFFIX}/swift/${resource_dir_sdk_subdir}")
2975-
swift_install_in_component(FILES "${UNIVERSAL_LIBRARY_NAME}"
2975+
swift_install_in_component(FILES "${UNIVERSAL_NAME}"
29762976
DESTINATION ${install_dest}
29772977
COMPONENT "${install_in_component}"
29782978
PERMISSIONS

0 commit comments

Comments
 (0)