Skip to content

Commit c2a73c8

Browse files
committed
[build] Don't reset 'swiftlib_link_flags_all' unnecessarily
1 parent 2dfd569 commit c2a73c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,6 @@ function(add_swift_target_library name)
14371437

14381438
# Add PrivateFrameworks, rdar://28466433
14391439
set(swiftlib_c_compile_flags_all ${SWIFTLIB_C_COMPILE_FLAGS})
1440-
set(swiftlib_link_flags_all ${SWIFTLIB_LINK_FLAGS})
14411440

14421441
# Add flags to prepend framework search paths for the parallel framework
14431442
# hierarchy rooted at /System/iOSSupport/...

0 commit comments

Comments
 (0)