зеркало из https://github.com/mozilla/gecko-dev.git
Disable building the xpi on mac for now, to try to fix the tinderbox redness.
This commit is contained in:
Родитель
d016e006b8
Коммит
5d883216dc
|
@ -42,7 +42,11 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = calendar
|
||||
DIRS = libical resources base providers xpi import-export
|
||||
DIRS = libical resources base providers import-export
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
DIRS += xpi
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче