Skip to content

Commit 07e7be5

Browse files
committed
[sourcekit] Fix swift library dependencies
Now that we're in the same repo, use cmake targets instead of paths so we get correct dependencies.
1 parent 5d52666 commit 07e7be5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: tools/SourceKit/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,6 @@ macro(add_sourcekit_library name)
111111
if("${dep}" MATCHES "^clang")
112112
set(dep "${LLVM_LIBRARY_OUTPUT_INTDIR}/lib${dep}.a")
113113
endif()
114-
if("${dep}" MATCHES "^swift")
115-
set(dep "${SWIFT_LIBRARY_OUTPUT_INTDIR}/lib${dep}.a")
116-
endif()
117114
if("${dep}" STREQUAL "cmark")
118115
set(dep "${CMARK_LIBRARY_DIR}/lib${dep}.a")
119116
endif()

0 commit comments

Comments
 (0)