зеркало из https://github.com/mozilla/gecko-dev.git
Followup for bug 1091118: Also export RANLIB to unbust android builds on mac. r=gps
This commit is contained in:
Родитель
2d31127cff
Коммит
5c41b709cb
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче