File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
tools/SourceKit/tools/swift-lang Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
1
if (NOT SWIFT_SOURCEKIT_USE_INPROC_LIBRARY AND SWIFT_BUILD_STDLIB AND SWIFT_BUILD_SDK_OVERLAY )
2
- set (EXTRA_COMPILE_FLAGS "-F" "${SWIFT_LIBRARY_OUTPUT_INTDIR} " )
3
- set (SOURCEKITD_LINK_LIBS sourcekitd )
4
- set (INSTALLED_COMP sourcekit-xpc-service )
5
- set (DEPENDS_LIST "sourcekitd-test" )
6
-
7
2
# The build type of swiftlang should agree with stdlib
8
3
# This setting could avoid us adding additional search paths when building
9
4
# executables using SwiftLang.
@@ -25,11 +20,11 @@ if(NOT SWIFT_SOURCEKIT_USE_INPROC_LIBRARY AND SWIFT_BUILD_STDLIB AND SWIFT_BUILD
25
20
GYB_SOURCES
26
21
UIDs.swift.gyb
27
22
28
- DEPENDS ${DEPENDS_LIST}
23
+ DEPENDS sourcekitd-test
29
24
SWIFT_MODULE_DEPENDS_OSX Darwin Foundation
30
- PRIVATE_LINK_LIBRARIES ${SOURCEKITD_LINK_LIBS}
31
- SWIFT_COMPILE_FLAGS ${EXTRA_COMPILE_FLAGS }
32
- INSTALL_IN_COMPONENT ${INSTALLED_COMP}
25
+ PRIVATE_LINK_LIBRARIES sourcekitd
26
+ SWIFT_COMPILE_FLAGS -F${SWIFT_LIBRARY_OUTPUT_INTDIR }
27
+ INSTALL_IN_COMPONENT sourcekit-xpc-service
33
28
DARWIN_INSTALL_NAME_DIR "@rpath"
34
29
TARGET_SDKS ${SOURCEKIT_DEFAULT_TARGET_SDK}
35
30
IS_STDLIB )
You can’t perform that action at this time.
0 commit comments