We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b95e6 commit 05e4a10Copy full SHA for 05e4a10
cmake/modules/AddSwiftHostLibrary.cmake
@@ -110,10 +110,6 @@ function(add_swift_syntax_library name)
110
# Allow install_name_tool to update paths (for rdar://109473564)
111
set_property(TARGET ${name} APPEND_STRING PROPERTY
112
LINK_FLAGS " -Xlinker -headerpad_max_install_names")
113
- elseif (CMAKE_SYSTEM_NAME STREQUAL Linux)
114
- # Make some room to update paths.
115
- set_property(TARGET ${name} APPEND PROPERTY
116
- INSTALL_RPATH ":::::::::::::::::::::::::::::::::::::::::::::::::::::::")
117
endif()
118
119
0 commit comments