File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ function(_set_pure_swift_link_flags name relpath_to_lib_dir)
76
76
APPEND PROPERTY INSTALL_RPATH
77
77
# At runtime, use swiftCore in the current just-built toolchain.
78
78
# NOTE: This relies on the ABI being the same as the builder.
79
- "$ORIGIN/${relpath_to_lib_dir} / swift/${SWIFT_SDK_${SWIFT_HOST_VARIANT_SDK} _LIB_SUBDIR}"
79
+ "$ORIGIN/${relpath_to_lib_dir} swift/${SWIFT_SDK_${SWIFT_HOST_VARIANT_SDK} _LIB_SUBDIR}"
80
80
)
81
81
# NOTE: At this point we don't have any pure swift executables/shared
82
82
# libraries required for building runtime/stdlib. So we don't need to add
@@ -285,7 +285,7 @@ function(add_pure_swift_host_tool name)
285
285
# Create the library.
286
286
add_executable (${name} ${APSHT_SOURCES} )
287
287
_add_host_swift_compile_options (${name} )
288
- _set_pure_swift_link_flags (${name} "../lib" )
288
+ _set_pure_swift_link_flags (${name} "../lib/ " )
289
289
290
290
if (SWIFT_HOST_VARIANT_SDK IN_LIST SWIFT_DARWIN_PLATFORMS )
291
291
set_property (TARGET ${name}
You can’t perform that action at this time.
0 commit comments