summaryrefslogtreecommitdiffstats
path: root/memory/build/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'memory/build/moz.build')
-rw-r--r--memory/build/moz.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/memory/build/moz.build b/memory/build/moz.build
index 8d80561b1..bd6c2503e 100644
--- a/memory/build/moz.build
+++ b/memory/build/moz.build
@@ -46,8 +46,7 @@ if CONFIG['MOZ_GLUE_IN_PROGRAM']:
DIST_INSTALL = True
# Keep jemalloc separated when mozglue is statically linked
-if CONFIG['MOZ_MEMORY'] and (CONFIG['OS_TARGET'] in ('WINNT', 'Darwin', 'Android') or
- CONFIG['MOZ_SYSTEM_JEMALLOC']):
+if CONFIG['MOZ_MEMORY'] and CONFIG['OS_TARGET'] in ('WINNT', 'Darwin', 'Android'):
FINAL_LIBRARY = 'mozglue'
if CONFIG['MOZ_REPLACE_MALLOC'] and CONFIG['OS_TARGET'] == 'Darwin':