Bug 543086. Don't try to build the default plug-in on mac if we don't have pbbuild. It'll just fail. r=ted

This commit is contained in:
Boris Zbarsky 2010-02-09 12:09:06 -05:00
Родитель af4d6a6921
Коммит 91d68aa02c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -68,9 +68,11 @@ ifeq ($(OS_ARCH),OS2)
TOOL_DIRS += default/os2
endif
ifdef PBBUILD
ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa)
TOOL_DIRS += default/mac
endif
endif
ifdef ENABLE_TESTS
ifneq (,$(filter WINNT Darwin Linux OS2 SunOS,$(OS_ARCH)))