]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #38598 - brson:em, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 26 Dec 2016 00:47:50 +0000 (00:47 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Dec 2016 00:47:50 +0000 (00:47 +0000)
Emscripten targets are Unix targets

I suspect this will fix the errors compiling libc https://buildbot.rust-lang.org/builders/auto-linux-rustbuild-cross-opt/builds/689/steps/compile/logs/stdio that are occurring on every PR.

Emscripten is basically a posix emulation layer for the web and I consider it a Unix.

cc @alexcrichton


Trivial merge