Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / browser / config / mozconfigs / win64 / common-win64
blobe03d6c28b9fffa713027dee135d442954477135b
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
13     chmod +x "${UPX}"