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

Fix double slashes for sysroot = / #312

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

keith
Copy link
Member

@keith keith commented Apr 10, 2024

Ideally we could set the paths to %sysroot%include when we know that
%sysroot% ends with /, but bazel validates that the prefix is
actually %sysroot%/ so we have to keep the extra slash.

Ideally we could set the paths to `%sysroot%include` when we know that
`%sysroot%` ends with `/`, but bazel validates that the prefix is
actually `%sysroot%/` so we have to keep the extra slash.
@fmeum fmeum force-pushed the ks/fix-double-slashes-for-sysroot branch from 6b625cb to b50a224 Compare April 10, 2024 17:52
@fmeum fmeum enabled auto-merge (squash) April 10, 2024 17:53
@fmeum fmeum merged commit 3e94f95 into master Apr 10, 2024
36 checks passed
@fmeum fmeum deleted the ks/fix-double-slashes-for-sysroot branch April 10, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants