-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Semi-fix --libdir installs #29845
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
Semi-fix --libdir installs #29845
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ 16159979d45b6fb4b6bee98e808617ce6d53429a |
⌛ Testing commit 1615997 with merge 5c54dfa... |
💔 Test failed - auto-win-msvc-64-opt |
This is to handle the case where CFG_LIBDIR is not a direct child of CFG_PREFIX (in other words, where CFG_LIBDIR_RELATIVE has more than one component).
I suppose it is more likely to work if the library path is not defined inside an "if not windows" section. Try this. |
@bors: r+ On Sunday, November 15, 2015, wthrowe [email protected] wrote:
|
📌 Commit 2b98d4f has been approved by |
This should get `--libdir` working as well as it was a couple of weeks ago. (That is, it still rewrites paths incorrectly but it no longer fails during `make install`.) Fixes gentoo/gentoo-rust#28 and gentoo/gentoo-rust#29.
This should get
--libdir
working as well as it was a couple of weeks ago. (That is, it still rewrites paths incorrectly but it no longer fails duringmake install
.)Fixes gentoo/gentoo-rust#28 and gentoo/gentoo-rust#29.