-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Can't pass -C rpath to rustc through cargo #705
Comments
1 task
@alexcrichton @metajack I didn't see this discussed at the Rust weekly meeting. Is there something we should do here? Right now, @zmike is opening lots of PRs to our CEF support that we can compile but can't test... |
@larsbergstrom I'll try to have a fix for this by the end of the day today. |
@alexcrichton Thanks much! @zmike owes you a SamsungOSG sticker :-) |
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this issue
Oct 15, 2014
This will enable passing `-C rpath` on all compiles to rustc itself. Closes rust-lang#705
bors
added a commit
that referenced
this issue
Oct 15, 2014
This will enable passing `-C rpath` on all compiles to rustc itself. Closes #705
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some Servo linking scenarios (such as CEF support) rely on passing custom compiler flags (such as -C rpath) through to rustc. We do not know how to do that today.
The text was updated successfully, but these errors were encountered: