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

Can't pass -C rpath to rustc through cargo #705

Closed
larsbergstrom opened this issue Oct 14, 2014 · 3 comments · Fixed by #709
Closed

Can't pass -C rpath to rustc through cargo #705

larsbergstrom opened this issue Oct 14, 2014 · 3 comments · Fixed by #709

Comments

@larsbergstrom
Copy link

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.

@larsbergstrom
Copy link
Author

@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...

@alexcrichton
Copy link
Member

@larsbergstrom I'll try to have a fix for this by the end of the day today.

@larsbergstrom
Copy link
Author

@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
@bors bors closed this as completed in #709 Oct 15, 2014
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 a pull request may close this issue.

2 participants