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

No way of specifing a rpath so custom Frameworks aren't linkable #2171

Closed
schmitch opened this issue Nov 26, 2015 · 1 comment
Closed

No way of specifing a rpath so custom Frameworks aren't linkable #2171

schmitch opened this issue Nov 26, 2015 · 1 comment

Comments

@schmitch
Copy link

Hello, currently we use some Frameworks inside of mac which are inside the /Library/Frameworks folder, however in cargo there is no way of setting this @rpath so that the Framework gets found.

@alexcrichton
Copy link
Member

Yeah currently Cargo doesn't allow passing flags like -C rpath, but build scripts can specify framework search paths and frameworks to the compiler via rustc-link-{lib,search}. I believe we have other bugs about passing extra flags to rustc, so I'm going to close this in favor of those, thanks for the report though!

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

No branches or pull requests

2 participants