From c2a73c88ce3f4716b8a67198e7db332ae90b8d2d Mon Sep 17 00:00:00 2001 From: Butta Date: Sun, 23 Feb 2020 17:07:46 +0530 Subject: [PATCH] [build] Don't reset 'swiftlib_link_flags_all' unnecessarily --- stdlib/cmake/modules/AddSwiftStdlib.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/stdlib/cmake/modules/AddSwiftStdlib.cmake b/stdlib/cmake/modules/AddSwiftStdlib.cmake index 405b3c376eebd..473926d927779 100644 --- a/stdlib/cmake/modules/AddSwiftStdlib.cmake +++ b/stdlib/cmake/modules/AddSwiftStdlib.cmake @@ -1437,7 +1437,6 @@ function(add_swift_target_library name) # Add PrivateFrameworks, rdar://28466433 set(swiftlib_c_compile_flags_all ${SWIFTLIB_C_COMPILE_FLAGS}) - set(swiftlib_link_flags_all ${SWIFTLIB_LINK_FLAGS}) # Add flags to prepend framework search paths for the parallel framework # hierarchy rooted at /System/iOSSupport/...