File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
tools/SourceKit/cmake/modules Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ function(_add_swift_runtime_link_flags target relpath_to_lib_dir bootstrapping)
569
569
570
570
if(SWIFT_SWIFT_PARSER)
571
571
# Make sure we can find the early SwiftSyntax libraries.
572
- target_link_directories(${target} PRIVATE " ${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR} /lib ")
572
+ target_link_directories(${target} PRIVATE " ${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR} /lib/swift/host ")
573
573
574
574
# For the " end step " of bootstrapping configurations on Darwin, need to be
575
575
# able to fall back to the SDK directory for libswiftCore et al.
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ if (SWIFT_SWIFT_PARSER)
87
87
)
88
88
89
89
target_include_directories (swiftASTGen PUBLIC
90
- "${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR} /swift" )
90
+ "${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR} /lib/ swift/host " )
91
91
92
92
set_property (GLOBAL APPEND PROPERTY SWIFT_EXPORTS swiftASTGen )
93
93
endif ()
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ function(add_sourcekit_swift_runtime_link_flags target path HAS_SWIFT_MODULES)
157
157
158
158
if (SWIFT_SWIFT_PARSER )
159
159
# Make sure we can find the early SwiftSyntax libraries.
160
- target_link_directories (${target} PRIVATE "${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR} /lib" )
160
+ target_link_directories (${target} PRIVATE "${SWIFT_PATH_TO_EARLYSWIFTSYNTAX_BUILD_DIR} /lib/swift/host " )
161
161
162
162
# For the "end step" of bootstrapping configurations on Darwin, need to be
163
163
# able to fall back to the SDK directory for libswiftCore et al.
You can’t perform that action at this time.
0 commit comments