Skip to content

Commit

Permalink
Merge pull request swiftlang#5108 from erg/cherry-pick-os-deps
Browse files Browse the repository at this point in the history
os overlay: Fix XPC dependencies. Hopefully the last change with this
  • Loading branch information
shahmishal authored Oct 3, 2016
2 parents b746d8f + 582c6bd commit 0a28579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/public/SDK/os/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ add_swift_library(swiftos ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_OVERLA
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
SWIFT_MODULE_DEPENDS_OSX Darwin Dispatch ObjectiveC XPC # auto-updated
SWIFT_MODULE_DEPENDS_IOS Darwin ObjectiveC # auto-updated
Dispatch # required in some configurations but not found by tool
SWIFT_MODULE_DEPENDS_TVOS Darwin ObjectiveC # auto-updated
Dispatch # required in some configurations but not found by tool
SWIFT_MODULE_DEPENDS_WATCHOS Darwin ObjectiveC # auto-updated
Dispatch # required in some configurations but not found by tool
)

0 comments on commit 0a28579

Please sign in to comment.