Skip to content

Commit 4babbf8

Browse files
committed
Merge remote-tracking branch 'origin/main' into next
2 parents 2c2ba78 + 6430ced commit 4babbf8

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)