Update build.sh

This commit is contained in:
Abhishek Arya 2018-08-19 15:00:43 -07:00 committed by GitHub
parent 63c7d817d8
commit 05e6eee95c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -15,11 +15,12 @@
#
################################################################################
# Required for some reason... I don't ask questions
# Install dependencies.
export SHELL=/bin/bash
../../mach bootstrap --no-interactive --application-choice browser
export RUSTC=/root/.cargo/bin/rustc
export CARGO=/root/.cargo/bin/cargo
# Set environment for rustc.
source $HOME/.cargo/env
autoconf2.13