Bug 923489 - Part b: qualify paths in memory/replace/jemalloc/; r=gps

This commit is contained in:
Ms2ger 2013-10-05 12:19:08 +02:00
parent c521a390af
commit 7b5622b8dd

View File

@ -8,8 +8,8 @@ MODULE = 'memory'
NO_DIST_INSTALL = True
CSRCS += [
'jemalloc_config.c',
'mozjemalloc_compat.c',
'../../build/jemalloc_config.c',
'../../build/mozjemalloc_compat.c',
]
# Android doesn't have pthread_atfork, so just implement a dummy function.