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
parent 4d3694c0d4
commit 8ce6b1be38

View File

@ -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