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 @@ -218,8 +218,8 @@ function(add_properties_for_swift_modules target reldir)
218
218
set_property (TARGET ${target} APPEND_STRING PROPERTY
219
219
LINK_FLAGS " -lobjc " )
220
220
221
- set_property (TARGET ${target} APPEND PROPERTY BUILD_RPATH "${SWIFT_BUILD_RPATH} " )
222
- set_property (TARGET ${target} APPEND PROPERTY INSTALL_RPATH "${SWIFT_INSTALL_RPATH} " )
221
+ set_property (TARGET ${target} APPEND PROPERTY BUILD_RPATH "${SWIFT_BUILD_RPATH} " )
222
+ set_property (TARGET ${target} APPEND PROPERTY INSTALL_RPATH "${SWIFT_INSTALL_RPATH} " )
223
223
elseif (CMAKE_SYSTEM_NAME MATCHES "Linux|Android|OpenBSD|FreeBSD" )
224
224
string (REGEX MATCH "^[^-]*" arch ${LLVM_TARGET_TRIPLE} )
225
225
target_link_libraries (${target} PRIVATE swiftCore-linux-${arch} )
You can’t perform that action at this time.
0 commit comments