File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ macro(target_link_libraries_whole_archive target)
49
49
50
50
file (GENERATE
51
51
OUTPUT ${CMAKE_CURRENT_BINARY_DIR} /link_files.txt
52
- CONTENT "' $<JOIN:${link_files} ,' \n '>' " )
52
+ CONTENT "$<JOIN:${link_files} ,\n > " )
53
53
target_link_options (${target} PRIVATE "@${CMAKE_CURRENT_BINARY_DIR} /link_files.txt" )
54
54
endmacro ()
55
55
Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ if(SWIFT_BUILD_SWIFT_SYNTAX)
52
52
APPEND PROPERTY INSTALL_RPATH "@loader_path/swift/host/compiler" )
53
53
set_property (
54
54
TARGET libSwiftScan
55
- APPEND PROPERTY INSTALL_RPATH "@loader_path/compiler" )
55
+ APPEND PROPERTY INSTALL_RPATH "@loader_path/../host/ compiler" )
56
56
elseif (SWIFT_HOST_VARIANT_SDK MATCHES "LINUX|ANDROID|OPENBSD|FREEBSD" )
57
57
set_property (
58
58
TARGET libSwiftScan
59
59
APPEND PROPERTY INSTALL_RPATH "$ORIGIN/swift/host/compiler" )
60
60
set_property (
61
61
TARGET libSwiftScan
62
- APPEND PROPERTY INSTALL_RPATH "$ORIGIN/compiler" )
62
+ APPEND PROPERTY INSTALL_RPATH "$ORIGIN/../host/ compiler" )
63
63
endif ()
64
64
endif ()
65
65
You can’t perform that action at this time.
0 commit comments