Followup for bug 1091118: Also export RANLIB to unbust android builds on mac. r=gps

This commit is contained in:
Mike Hommey 2014-10-31 08:51:33 +09:00
Родитель 2d31127cff
Коммит 5c41b709cb
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -9186,9 +9186,9 @@ if test "$MOZ_TREE_FREETYPE"; then
if ! test -e modules; then
mkdir modules
fi
# Only export CC and CXX for the subconfigure, and avoid spilling that
# further down the road.
(export CC CXX;
# Only export CC, CXX and RANLIB for the subconfigure, and avoid spilling
# that further down the road.
(export CC CXX RANLIB;
AC_OUTPUT_SUBDIRS(modules/freetype2)
) || exit 1
fi