mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #28338 from compnerd/explictly-explicit
build: remove `SWIFT_NEED_EXPLICIT_LIBDISPATCH` (NFC)
This commit is contained in:
@@ -11,7 +11,9 @@ target_link_libraries(SourceKitSupport PRIVATE
|
||||
swiftSyntax
|
||||
clangBasic
|
||||
clangRewrite)
|
||||
if(SWIFT_NEED_EXPLICIT_LIBDISPATCH)
|
||||
target_link_libraries(SourceKitSupport INTERFACE dispatch BlocksRuntime)
|
||||
if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
|
||||
target_link_libraries(SourceKitSupport INTERFACE
|
||||
dispatch
|
||||
BlocksRuntime)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user