mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 552385 - "Memory" directory is compiling twice while building fennec. r=ted.mielczarek
This commit is contained in:
parent
191a783922
commit
90905ce849
@ -61,10 +61,15 @@ TIERS += base
|
||||
tier_base_dirs = \
|
||||
config \
|
||||
build \
|
||||
memory \
|
||||
probes \
|
||||
$(NULL)
|
||||
|
||||
ifndef LIBXUL_SDK
|
||||
tier_base_dirs += \
|
||||
memory \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef COMPILE_ENVIRONMENT
|
||||
include $(topsrcdir)/$(MOZ_BUILD_APP)/build.mk
|
||||
endif
|
||||
|
@ -85,7 +85,7 @@ if [ "$WINCE" ]; then
|
||||
"
|
||||
fi
|
||||
|
||||
if [ "$MOZ_MEMORY" ]; then
|
||||
if [ "$MOZ_MEMORY" -a "$LIBXUL_SDK" -eq ""]; then
|
||||
add_makefiles "
|
||||
memory/jemalloc/Makefile
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user