Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cling] Do not try to find runtime headers in ./:
These headers are part of cling, not user code, so starting with the current directory is pointless and can actually be counterproductive. This helps with root-project#12409 but not enough; any dictionary header will still try to access "./". (cherry picked from commit e660b0b)
- Loading branch information