Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PackageLoading: anchor relative paths for Windows #6345

Merged
merged 1 commit into from
Mar 29, 2023

Commits on Mar 29, 2023

  1. PackageLoading: anchor relative paths for Windows

    We currently cannot use `..` as a header search path for Windows even
    though it may be contained within the package root.  This is due to the
    fact that the path itself was unanchored, and a raw `..` would be
    treated as the drive root which will almost always be outside of the
    package root.  Construct the absolute path relative to the target root
    rather than appending, permitting us to form a well-formed path which
    can be checked for ancestry.
    compnerd committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c1f8a44 View commit details
    Browse the repository at this point in the history