]> git.lizzy.rs Git - rust.git/commit
rustc: Recognize `-L framework=foo`
authorAlex Crichton <alex@alexcrichton.com>
Wed, 4 Feb 2015 21:47:06 +0000 (13:47 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 4 Feb 2015 21:54:49 +0000 (13:54 -0800)
commit6c62839a7ff4752fdd77e599beb87f3ccaaa6e84
tree3a36e38033a494d4ec0142eed4b6f2894425a0b5
parentac134f7ca435551964996ee88319241cd3c7c110
rustc: Recognize `-L framework=foo`

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
man/rustc.1
src/librustc/session/config.rs
src/librustc/session/search_paths.rs
src/librustc_trans/back/link.rs