Skip to content

Commit 7873f52

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 a3eb585 commit 7873f52

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
@@ -2976,7 +2976,7 @@ function(add_swift_target_executable name)
29762976
add_dependencies(${install_in_component} ${lipo_target})
29772977

29782978
set(install_dest "libexec${LLVM_LIBDIR_SUFFIX}/swift/${resource_dir_sdk_subdir}")
2979-
swift_install_in_component(FILES "${UNIVERSAL_LIBRARY_NAME}"
2979+
swift_install_in_component(FILES "${UNIVERSAL_NAME}"
29802980
DESTINATION ${install_dest}
29812981
COMPONENT "${install_in_component}"
29822982
PERMISSIONS

0 commit comments

Comments
 (0)