Skip to content

Commit 7f988f8

Browse files
committed
fix a linker error on the benchmark bot
It looks like removing this dependency (#19798) caused the linker error on https://ci.swift.org/view/Pull%20Request/job/swift-PR-osx-perf/
1 parent 794ff31 commit 7f988f8

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
@@ -13,6 +13,7 @@ if(NOT SWIFT_SOURCEKIT_USE_INPROC_LIBRARY AND SWIFT_BUILD_STDLIB)
1313
UIDs.swift.gyb
1414

1515
DEPENDS ${DEPENDS_LIST}
16+
SWIFT_MODULE_DEPENDS_OSX Darwin
1617
PRIVATE_LINK_LIBRARIES ${SOURCEKITD_LINK_LIBS}
1718
SWIFT_COMPILE_FLAGS ${EXTRA_COMPILE_FLAGS}
1819
INSTALL_IN_COMPONENT ${INSTALLED_COMP}

0 commit comments

Comments
 (0)