We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5ff3b commit bb98cb5Copy full SHA for bb98cb5
linker_interceptor.py
@@ -28,7 +28,7 @@
28
rpath_link_pattern = r"^.*,-rpath-link,(.*)$"
29
30
linker_interceptor_pattern = r"(\": \")(.*linker_interceptor.py)( )"
31
-linker_interceptorpp_pattern = r".*linker_interceptor++\.py"
+linker_interceptorpp_pattern = r"(\": \")(.*linker_interceptor\+\+.py)( )"
32
33
def fix_compile_commands():
34
with open("compile_commands.json", 'r') as f:
0 commit comments