Skip to content

Commit 3a317b3

Browse files
authored
Merge pull request #30846 from apple/revert-30020-link_flags
Revert "[build] Don't reset 'swiftlib_link_flags_all' unnecessarily"
2 parents 999b93b + 516b4d4 commit 3a317b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,7 @@ 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})
14331434

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

0 commit comments

Comments
 (0)