зеркало из https://github.com/mozilla/pjs.git
OS_ARCH does not set release numbers
This commit is contained in:
Родитель
e15a95d603
Коммит
1aa18eee7e
|
@ -81,7 +81,7 @@ DIRS += widget/src/gtksuperwin widget/src/gtkxtbin
|
|||
endif
|
||||
|
||||
# Linux and Solaris installer needs standalone libjar, hence standalone zlib
|
||||
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
|
||||
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
|
||||
DIRS += modules/zlib/standalone
|
||||
endif
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
include $(srcdir)/objs.mk
|
||||
|
||||
# Linux and Solaris installer needs standalone libjar
|
||||
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
|
||||
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
|
||||
DIRS = standalone
|
||||
endif
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
DIRS = public res src stub
|
||||
|
||||
ifneq (,$(filter Linux SunOS5,$(OS_ARCH)))
|
||||
ifneq (,$(filter Linux SunOS,$(OS_ARCH)))
|
||||
ifdef MOZ_ENABLE_GTK
|
||||
DIRS += wizard/unix/src2
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче