]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40821 - arielb1:fix-emscripten, r=TimNN
authorCorey Farwell <coreyf@rwell.org>
Sat, 25 Mar 2017 16:30:34 +0000 (09:30 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Mar 2017 16:30:34 +0000 (09:30 -0700)
commitdc52625d61e11f5cbdde5debdcf9b1e1fc48324f
tree911e0a926c89bd5975cdb6574c327ba8ca0d4dd1
parentfbcb370fe81f25eca3fa03d84c509d429e05d4f3
parent935d84a272a8b637e13c54b18a1571994e962e5c
Rollup merge of #40821 - arielb1:fix-emscripten, r=TimNN

try to fix the build on emscripten

The "upstream" emscripten tar.gz now extracts to `emsdk-portable` instead of `emsdk_portable`, breaking our CI. It might be better to vendor a specific version of emscripten instead of using the latest, but I could not find a good way of doing that.

r? @alexcrichton