mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Remove support for system jemalloc.
This commit is contained in:
parent
89beaa72ad
commit
c76d18a40d
10 changed files with 32 additions and 64 deletions
|
|
@ -32,7 +32,7 @@ if CONFIG['OS_TARGET'] == 'WINNT':
|
|||
|
||||
if not CONFIG['JS_STANDALONE']:
|
||||
|
||||
if CONFIG['MOZ_MEMORY'] and (CONFIG['MOZ_SYSTEM_JEMALLOC'] or FORCE_SHARED_LIB):
|
||||
if CONFIG['MOZ_MEMORY'] and FORCE_SHARED_LIB:
|
||||
pass
|
||||
# TODO: SHARED_LIBRARY_LIBS go here
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue