]> git.lizzy.rs Git - rust.git/commit
Auto merge of #21944 - alexcrichton:lframework, r=eddyb
authorbors <bors@rust-lang.org>
Thu, 5 Feb 2015 08:47:48 +0000 (08:47 +0000)
committerbors <bors@rust-lang.org>
Thu, 5 Feb 2015 08:47:48 +0000 (08:47 +0000)
commit2bd8ec2d197809fc0f0efccf1de14419ffb17b2b
treed6cc34bd5464f85c22856104ccacd7bb86a3ba30
parentfa28f023c23ce1c72d8a83478a0263dcc5083078
parent6c62839a7ff4752fdd77e599beb87f3ccaaa6e84
Auto merge of #21944 - alexcrichton:lframework, r=eddyb

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
src/librustc_trans/back/link.rs