mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Followup for bug 1091118: Also export RANLIB to unbust android builds on mac. r=gps
This commit is contained in:
parent
4d3694c0d4
commit
8ce6b1be38
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user