]> git.lizzy.rs Git - rust.git/commit
Auto merge of #33561 - alexcrichton:fix-nightiles, r=brson
authorbors <bors@rust-lang.org>
Wed, 11 May 2016 19:07:06 +0000 (12:07 -0700)
committerbors <bors@rust-lang.org>
Wed, 11 May 2016 19:07:06 +0000 (12:07 -0700)
commit700279f4bf0127bd8b0e2dd821c52a46af31ad8a
tree41023bcaa85e0ec116cac5fe56d2f3de16312246
parente37f8593e42335829e98fed27b8ececbad61a05d
parent3e12c78172159543cdd9162905e6e53b53b36c67
Auto merge of #33561 - alexcrichton:fix-nightiles, r=brson

mk: Fix dependencies of unwind crate on musl

The libunwind.a library was accidentally only being included for the standard
library, not the new unwind crate which implements an unwinder.