diff --git a/browser_patches/firefox/build.sh b/browser_patches/firefox/build.sh index b0f320afd8..44f6309bd9 100755 --- a/browser_patches/firefox/build.sh +++ b/browser_patches/firefox/build.sh @@ -114,10 +114,6 @@ if [[ "$(uname)" == "Darwin" ]]; then export MOZ_FETCHES_DIR=$HOME/.mozbuild fi -if ! [[ -f "$HOME/.mozbuild/_virtualenvs/mach/bin/python" ]]; then - ./mach create-mach-environment -fi - if [[ $1 == "--juggler" ]]; then ./mach build faster else