Bug 426771 - "Export cross tool variables in universal mozconfig" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=luser/ted a1.9=beltzner]

This commit is contained in:
reed%reedloden.com 2008-04-04 08:54:05 +00:00
Родитель bc317573d9
Коммит de0e6bee9d
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -89,5 +89,7 @@ if test "$MOZ_BUILD_APP" = "i386" -o "$MOZ_BUILD_APP" = "ppc"; then
# universal binary will be produced. The exception is packager.mk, which
# needs to know to look for universal bits when building the .dmg.
UNIVERSAL_BINARY=1
export CC,CXX,HOST_CC,HOST_CXX,RANLIB,AR,AS,LD,STRIP
fi
fi