Skip to content

Commit 29e2b18

Browse files
committed
Attempt to reflow text as per review feedback
1 parent 848a488 commit 29e2b18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,10 +1348,10 @@ function(add_swift_target_library_single target name)
13481348
endif()
13491349

13501350
# In the past, we relied on unsetting globally
1351-
# CMAKE_OSX_ARCHITECTURES to ensure that CMake would
1352-
# not add the -arch flag
1353-
# This is no longer the case when running on Apple Silicon,
1354-
# when CMake will enforce a default (see
1351+
# CMAKE_OSX_ARCHITECTURES to ensure that CMake
1352+
# would# not add the -arch flag. This is no longer
1353+
# the case when running on Apple Silicon, when
1354+
# CMake will enforce a default (see
13551355
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5291)
13561356
set_property(TARGET ${target} PROPERTY OSX_ARCHITECTURES "${SWIFTLIB_SINGLE_ARCHITECTURE}")
13571357
if(TARGET "${target_static}")

0 commit comments

Comments
 (0)