Skip to content

Commit 9a71a0b

Browse files
committed
SourceKit: fix a missing cmake dependency of swiftLang on Darwin
1 parent 1f2629f commit 9a71a0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/SourceKit/tools/swift-lang/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ add_swift_library(swiftSwiftLang SHARED
1919
UIDs.swift.gyb
2020

2121
DEPENDS ${DEPENDS_LIST}
22+
SWIFT_MODULE_DEPENDS_OSX Darwin
2223
PRIVATE_LINK_LIBRARIES ${SOURCEKITD_LINK_LIBS}
2324
SWIFT_COMPILE_FLAGS ${EXTRA_COMPILE_FLAGS}
2425
INSTALL_IN_COMPONENT ${INSTALLED_COMP}

0 commit comments

Comments
 (0)