]> git.lizzy.rs Git - rust.git/commit
auto merge of #5332 : jdm/rust/transitivelink, r=graydon
authorbors <bors@rust-lang.org>
Tue, 12 Mar 2013 18:06:55 +0000 (11:06 -0700)
committerbors <bors@rust-lang.org>
Tue, 12 Mar 2013 18:06:55 +0000 (11:06 -0700)
commitece098667d8ac56f537caa04810d3d1a8097e81f
tree893a4893de4f02620c86fb56cda86c3282041213
parenta9643d39f8243dceb1184f446d988081a607d824
parent1e1efbf2c355c4ddb1356abe535d79525bad72ba
auto merge of #5332 : jdm/rust/transitivelink, r=graydon

The original change bit Servo because rust-harfbuzz includes libharfbuzz.a in its link_args. This works fine in the rust-harfbuzz subdirectory where the static library resides, but when this is propagated to servo_gfx, the lirbrary can no longer be found since it's a relative path.