tor-browser

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

common-win32 (418B)


      1 # This file is used by all Win32 builds
      2 
      3 ac_add_options --target=i686-pc-windows-msvc
      4 
      5 . $topsrcdir/build/mozconfig.clang-cl
      6 
      7 if test `uname -s` = Linux; then
      8 
      9 # Configure expects executables for check_prog, so set the relevant files
     10 # as executable on the first evaluation of the mozconfig where they exist.
     11 export UPX="${MOZ_FETCHES_DIR}/upx-3.95-win64/upx.exe"
     12 if [ -f "${UPX}" ]; then
     13     chmod +x "${UPX}"
     14 fi
     15 
     16 fi