Skip to content

rustc: Recognize -L framework=foo #21944

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

Merged
merged 1 commit into from
Feb 5, 2015
Merged

Conversation

alexcrichton
Copy link
Member

On OSX the linker has a separate framework lookup path which is specified via
the -F flag. This adds a new kind of -L path recognized by the compiler for
frameworks to be passed through to the linker.

Closes #20259

On OSX the linker has a separate framework lookup path which is specified via
the `-F` flag. This adds a new kind of `-L` path recognized by the compiler for
frameworks to be passed through to the linker.

Closes rust-lang#20259
@rust-highfive
Copy link
Contributor

r? @eddyb

(rust_highfive has picked a reviewer for you, use r? to override)

@eddyb
Copy link
Member

eddyb commented Feb 4, 2015

@bors r+ 6c62839

bors added a commit that referenced this pull request Feb 5, 2015
On OSX the linker has a separate framework lookup path which is specified via
the `-F` flag. This adds a new kind of `-L` path recognized by the compiler for
frameworks to be passed through to the linker.

Closes #20259
@bors
Copy link
Collaborator

bors commented Feb 5, 2015

⌛ Testing commit 6c62839 with merge 2bd8ec2...

@bors
Copy link
Collaborator

bors commented Feb 5, 2015

@bors bors merged commit 6c62839 into rust-lang:master Feb 5, 2015
@alexcrichton alexcrichton deleted the lframework branch February 5, 2015 17:43
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 this pull request may close these issues.

When building on OSX, "-L" needs to set the search path for frameworks as well as libraries.
4 participants