diff --git a/src/bootstrap/native.rs b/src/bootstrap/native.rs index 3f30756a568ce..6d669584d2d56 100644 --- a/src/bootstrap/native.rs +++ b/src/bootstrap/native.rs @@ -186,7 +186,7 @@ impl Step for Llvm { } // http://llvm.org/docs/HowToCrossCompileLLVM.html - if target != build.build { + if target != build.build && !self.emscripten { builder.ensure(Llvm { target: build.build, emscripten: false,