зеркало из https://github.com/mozilla/pjs.git
aviary branch landing: one final attempt to fix build bustage... move extensions to non-windows-only section of makefile!
This commit is contained in:
Родитель
8c6f98c6b8
Коммит
4c5c29fa05
|
@ -91,6 +91,7 @@ DIRS += \
|
||||||
sidebar \
|
sidebar \
|
||||||
startup \
|
startup \
|
||||||
alerts \
|
alerts \
|
||||||
|
extensions \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
@ -104,7 +105,7 @@ endif
|
||||||
ifeq ($(OS_ARCH),WINNT)
|
ifeq ($(OS_ARCH),WINNT)
|
||||||
ifndef MOZ_PHOENIX
|
ifndef MOZ_PHOENIX
|
||||||
ifndef MOZ_XULRUNNER
|
ifndef MOZ_XULRUNNER
|
||||||
DIRS += urlwidget winhooks extensions
|
DIRS += urlwidget winhooks
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче