tor-browser

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

l10n-mozconfig (391B)


      1 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
      2 ac_add_options --with-branding=browser/branding/nightly
      3 
      4 . "$topsrcdir/build/mozconfig.no-compile"
      5 ac_add_options --disable-nodejs
      6 
      7 export MOZILLA_OFFICIAL=1
      8 
      9 # Don't autoclobber l10n, as this can lead to missing binaries and broken builds
     10 # Bug 1283438
     11 mk_add_options AUTOCLOBBER=
     12 
     13 . "$topsrcdir/build/mozconfig.common.override"