Skip to content

Commit

Permalink
Dependents on probes.h need the dummy header too
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 18, 2019
1 parent e1b2341 commit f09fc1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tool/update-deps
Expand Up @@ -364,6 +364,9 @@ def read_single_cc_deps(path_i, cwd)
next if !dep.to_s.start_with?(cwd.to_s) # omit system headers.
deps << dep
}
if deps.include?(cwd + "probes.h")
deps << (cwd + "probes.dmyh")
end
deps
end

Expand Down

0 comments on commit f09fc1b

Please sign in to comment.