Skip to content

Commit 802788f

Browse files
author
Ikko Ashimine
authored
Fix typo in build-script-impl
targetting -> targeting
1 parent 6c41322 commit 802788f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,7 @@ for host in "${ALL_HOSTS[@]}"; do
24972497

24982498
# When we are building LLVM copy over the compiler-rt
24992499
# builtins for iOS/tvOS/watchOS to ensure that Swift's
2500-
# stdlib can use compiler-rt builtins when targetting iOS/tvOS/watchOS.
2500+
# stdlib can use compiler-rt builtins when targeting iOS/tvOS/watchOS.
25012501
if [[ "${product}" = "llvm" ]] && [[ "${BUILD_LLVM}" = "1" ]] && [[ "$(uname -s)" = "Darwin" ]]; then
25022502
copy_embedded_compiler_rt_builtins_from_darwin_host_toolchain "$(build_directory_bin ${host} llvm)/.."
25032503
fi

0 commit comments

Comments
 (0)