mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
fix for #162987. some build changes for minotaur. r=bryner, sr=bienvenu
This commit is contained in:
parent
54b865d675
commit
f0dd2fc5e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user