fix for #162987. some build changes for minotaur. r=bryner, sr=bienvenu
This commit is contained in:
Родитель
ba2ee96440
Коммит
59a5c1122a
|
@ -821,6 +821,12 @@ toolkit/skin/unix/Makefile
|
|||
toolkit/skin/win/Makefile
|
||||
"
|
||||
|
||||
MAKEFILES_minotaur="
|
||||
mail/Makefile
|
||||
mail/base/Makefile
|
||||
"
|
||||
|
||||
|
||||
if [ "$MACOSX" ]; then
|
||||
MAKEFILES_macmorefiles="
|
||||
lib/mac/MoreFiles/Makefile
|
||||
|
@ -1224,6 +1230,10 @@ if test -n "$MOZ_PHOENIX"; then
|
|||
add_makefiles "$MAKEFILES_phoenix"
|
||||
fi
|
||||
|
||||
if test -n "$MOZ_MINOTAUR"; then
|
||||
add_makefiles "$MAKEFILES_minotaur"
|
||||
fi
|
||||
|
||||
else
|
||||
|
||||
# Standalone modules go here
|
||||
|
|
Загрузка…
Ссылка в новой задаче