tor-browser

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

build-gn-linux.sh (205B)


      1 #!/bin/bash
      2 set -e -v
      3 
      4 # This script is for building GN on Linux.
      5 
      6 WORKSPACE=$HOME/workspace
      7 export CC=gcc
      8 export CXX=g++
      9 export LDFLAGS=-lrt
     10 
     11 cd $GECKO_PATH
     12 
     13 . taskcluster/scripts/misc/build-gn-common.sh