tor-browser

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

devedition (385B)


      1 . "$topsrcdir/browser/config/mozconfigs/macosx64-aarch64/common-opt"
      2 
      3 # Add-on signing is not required for DevEdition
      4 MOZ_REQUIRE_SIGNING=
      5 
      6 ac_add_options --enable-instruments
      7 
      8 if test "${MOZ_UPDATE_CHANNEL}" = "nightly"; then
      9 ac_add_options --with-macbundlename-prefix=Firefox
     10 fi
     11 
     12 ac_add_options --with-branding=browser/branding/aurora
     13 
     14 . "$topsrcdir/build/mozconfig.common.override"