Skip to content

Commit dc70ebc

Browse files
remove unused rpath args
1 parent 1ac1192 commit dc70ebc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/python/pants/backend/native/tasks/link_shared_libraries.py

-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def _execute_link_request(self, link_request):
192192
# TODO: static archives should be resolvable with -L/-l too, but that's not working for
193193
# some reason with the IrrXML package in testprojects/.
194194
list(link_request.external_static_archive_paths) +
195-
['-Wl,-rpath,{}'.format(d) for d in link_request.external_lib_dirs] +
196195
['-L{}'.format(d) for d in link_request.external_lib_dirs] +
197196
['-l{}'.format(l) for l in link_request.external_lib_names] +
198197
self.platform.resolve_platform_specific(self._SHARED_CMDLINE_ARGS) +

0 commit comments

Comments
 (0)