Skip to content
Snippets Groups Projects
Commit cb16a24f authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix tool

parent b84b5530
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ def target_has_header(target, name):
for dep in target['deps']:
if target_has_header(get_target(dep), name):
return True
if name == 'src/core/profiling/stap_probes.h':
if name == 'src/core/lib/profiling/stap_probes.h':
return True
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment