mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
From bug 214889 - build libreg if xpinstall or xpcomobsolete, patch by cls r=me
This commit is contained in:
parent
2271437486
commit
8477358c26
@ -111,8 +111,12 @@ tier_2_dirs = \
|
||||
xpcom \
|
||||
$(NULL)
|
||||
|
||||
ifneq (,$(MOZ_NO_XPCOM_OBSOLETE)$(MOZ_XPINSTALL))
|
||||
tier_2_dirs += modules/libreg
|
||||
endif
|
||||
|
||||
ifndef MOZ_NO_XPCOM_OBSOLETE
|
||||
tier_2_dirs += modules/libreg xpcom/obsolete
|
||||
tier_2_dirs += xpcom/obsolete
|
||||
endif
|
||||
|
||||
ifdef NS_TRACE_MALLOC
|
||||
|
Loading…
x
Reference in New Issue
Block a user