-
Notifications
You must be signed in to change notification settings - Fork 373
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
Change default rule for PKG_CONFIG_PATH
and MANPATH
to target
#5972
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
96d0e71
to
a2c7202
Compare
### opam exec -- opam env --revert | grep MANPATH | ||
MANPATH=''; export MANPATH; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that was clumsy of me. I think the Target
above should be Host
, but I need to test that (especially w.r.t. MSYS2)
Neither of these systems supports quoting (on Windows or Unix)
The switch to
on Cygwin, and
on MSYS2, which should be correct. i.e. the directories are colon-separated, but are converted using cygpath. |
Thanks! |
Neither of these systems supports quoting (on Windows or Unix).
This should address the regression in #5923, but it's not the final fix for Windows, so that issue should stay open after this is merged.
cc @RyanGibb