Keep build/mozconfig.cache in sync: [Bug 1304998 - enable tc win pgo] rs=bustage-fix DONTBUILD

This commit is contained in:
Richard Marti 2016-09-30 14:57:29 +02:00
Родитель 6d5645f10a
Коммит fb5709f6a3
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -82,8 +82,11 @@ elif test -z "$CCACHE_DIR" -a -z "$SCCACHE_DISABLE" -a -z "$no_sccache" -a -z "$
esac
fi
fi
fi
# if platform hasn't been determined from buildprops, and we're on windows,
# it must be set to prevent adding ac_add_options --with-ccache below
if test -z "$platform"; then
# set platform based on the SYSTEMROOT env var
case "${SYSTEMROOT}" in
*Windows)