1 # This file is used by all Win64 builds
3 ac_add_options --target=x86_64-pc-windows-msvc
5 . $topsrcdir/build/mozconfig.clang-cl
7 if test `uname -s` = Linux; then
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