common-win64 (429B)
1 # This file is used by all AArch64 Win64 builds 2 3 ac_add_options --target=aarch64-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