tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

build-gn-win64.sh (380B)


      1 #!/bin/bash
      2 set -e -v -x
      3 
      4 # This script is for building GN on Windows.
      5 
      6 UPLOAD_DIR=$PWD/public/build
      7 
      8 cd $GECKO_PATH
      9 
     10 export PATH="$(cd $MOZ_FETCHES_DIR && pwd)/ninja/bin:$PATH"
     11 export PATH="$(cd $MOZ_FETCHES_DIR && pwd)/mingw64/bin:$PATH"
     12 
     13 . taskcluster/scripts/misc/vs-setup.sh
     14 . taskcluster/scripts/misc/build-gn-common.sh
     15 
     16 . $GECKO_PATH/taskcluster/scripts/misc/vs-cleanup.sh