Bug 787931 - Add better error message. r=gps.

This commit is contained in:
Rafael Ávila de Espíndola 2012-09-11 09:02:20 -04:00
Родитель ef282a6ec3
Коммит 62336e94a7
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -41,6 +41,8 @@ case "$target" in
if test -n "$IS_GCC"
then
echo gcc is known to be broken on OS X, please use clang.
echo see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites
echo for more information.
exit 1
fi
;;

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

@ -41,6 +41,8 @@ case "$target" in
if test -n "$IS_GCC"
then
echo gcc is known to be broken on OS X, please use clang.
echo see http://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Mac_OS_X_Prerequisites
echo for more information.
exit 1
fi
;;