Skip to content

Commit 9053413

Browse files
authored
Merge pull request #30020 from buttaface/link_flags
[build] Don't reset 'swiftlib_link_flags_all' unnecessarily
2 parents 248c554 + c2a73c8 commit 9053413

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
@@ -1430,7 +1430,6 @@ function(add_swift_target_library name)
14301430

14311431
# Add PrivateFrameworks, rdar://28466433
14321432
set(swiftlib_c_compile_flags_all ${SWIFTLIB_C_COMPILE_FLAGS})
1433-
set(swiftlib_link_flags_all ${SWIFTLIB_LINK_FLAGS})
14341433

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

0 commit comments

Comments
 (0)