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 d663793 commit 44d8bbcCopy full SHA for 44d8bbc
linker_interceptor.py
@@ -24,7 +24,7 @@
24
is_linking_qemu = False
25
26
shared_library_pattern = r"^[^-].*/lib(.*)\.so(\.[0-9].*)?(?!rsp)$"
27
-rpath_pattern = r"^'.*,-rpath,(.*)'$"
+rpath_pattern = r".*,-rpath,(.*)'?.*"
28
rpath_link_pattern = r"^.*,-rpath-link,(.*)$"
29
30
linker_interceptor_pattern = r"(\": \")(.*linker_interceptor.py)( )"
0 commit comments