]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #53452 - tromey:lldb-manifest-fix, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Mon, 20 Aug 2018 17:20:19 +0000 (01:20 +0800)
committerkennytm <kennytm@gmail.com>
Tue, 21 Aug 2018 09:51:44 +0000 (17:51 +0800)
Change target triple used to check for lldb in build-manifest

The wrong target triple was used for lldb in build-manifest.  lldb is
only built for macOS, so update the triple to reflect that.

This is an attempt to fix bug#48168.


Trivial merge