mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
Dependents on probes.h need the dummy header too
This commit is contained in:
parent
e1b2341488
commit
f09fc1b034
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
next if !dep.to_s.start_with?(cwd.to_s) # omit system headers.
|
||||||
deps << dep
|
deps << dep
|
||||||
}
|
}
|
||||||
|
if deps.include?(cwd + "probes.h")
|
||||||
|
deps << (cwd + "probes.dmyh")
|
||||||
|
end
|
||||||
deps
|
deps
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue