зеркало из https://github.com/mozilla/gecko-dev.git
Fix standalone xpcom builds for OSX
This commit is contained in:
Родитель
aab844b223
Коммит
b49badabe7
|
@ -66,8 +66,8 @@ BM_CVS_NS_xpidl = xpcom/typelib xpcom/typelib/xpidl
|
|||
|
||||
# xpcom
|
||||
#
|
||||
BM_DIRS_xpcom = $(NSPRPUB_DIR) modules/libreg string xpcom
|
||||
BM_CVS_xpcom = $(NSPRPUB_DIR) modules/libreg string xpcom
|
||||
BM_DIRS_xpcom = $(NSPRPUB_DIR) lib/mac/MoreFiles modules/libreg string xpcom
|
||||
BM_CVS_xpcom = $(NSPRPUB_DIR) lib/mac/MoreFiles modules/libreg string xpcom
|
||||
|
||||
#
|
||||
# xpconnect
|
||||
|
|
|
@ -24,6 +24,10 @@ topsrcdir = @top_srcdir@
|
|||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
# ifeq for standalone builds
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
MODULE = macmorefiles
|
||||
LIBRARY_NAME = macmorefiles_s
|
||||
|
||||
|
@ -60,4 +64,6 @@ EXPORTS += \
|
|||
# static lib.
|
||||
FORCE_STATIC_LIB=1
|
||||
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче