Skip to content

Commit bb98cb5

Browse files
committed
fix linker_interceptor++ regex.
1 parent cc5ff3b commit bb98cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linker_interceptor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
rpath_link_pattern = r"^.*,-rpath-link,(.*)$"
2929

3030
linker_interceptor_pattern = r"(\": \")(.*linker_interceptor.py)( )"
31-
linker_interceptorpp_pattern = r".*linker_interceptor++\.py"
31+
linker_interceptorpp_pattern = r"(\": \")(.*linker_interceptor\+\+.py)( )"
3232

3333
def fix_compile_commands():
3434
with open("compile_commands.json", 'r') as f:

0 commit comments

Comments
 (0)