Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | find_path: Fix location of <dir/header.h> in a framework on OS X | Harry Mallon | 2016-06-07 | 1 | -0/+0 |
After finding it in `foo.Framework/Headers/dir/header.h`, we should report the `foo.Framework/Headers` directory, not `foo.Framework/Headers/dir`, because the former is what actually contains the path the caller wishes to include. |