We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 999b93b + 516b4d4 commit 3a317b3Copy full SHA for 3a317b3
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -1430,6 +1430,7 @@ function(add_swift_target_library name)
1430
1431
# Add PrivateFrameworks, rdar://28466433
1432
set(swiftlib_c_compile_flags_all ${SWIFTLIB_C_COMPILE_FLAGS})
1433
+ set(swiftlib_link_flags_all ${SWIFTLIB_LINK_FLAGS})
1434
1435
# Add flags to prepend framework search paths for the parallel framework
1436
# hierarchy rooted at /System/iOSSupport/...
0 commit comments