Skip to content

Commit

Permalink
Merge pull request #4966 from llvm-beanz/beanz-stdlib-clang-dependenc…
Browse files Browse the repository at this point in the history
…y-fix
  • Loading branch information
swift-ci committed Sep 23, 2016
2 parents a506af0 + fde50dc commit 35ed40e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/modules/AddSwift.cmake
Expand Up @@ -1199,6 +1199,8 @@ function(add_swift_library name)

if(NOT SWIFTLIB_TARGET_LIBRARY)
set(SWIFTLIB_INSTALL_IN_COMPONENT dev)
elseif(NOT SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER AND NOT SWIFT_BUILT_STANDALONE)
list(APPEND SWIFTLIB_DEPENDS clang)
endif()

# If target SDKs are not specified, build for all known SDKs.
Expand Down

0 comments on commit 35ed40e

Please sign in to comment.