mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 923489 - Part b: qualify paths in memory/replace/jemalloc/; r=gps
This commit is contained in:
parent
c521a390af
commit
7b5622b8dd
@ -8,8 +8,8 @@ MODULE = 'memory'
|
|||||||
NO_DIST_INSTALL = True
|
NO_DIST_INSTALL = True
|
||||||
|
|
||||||
CSRCS += [
|
CSRCS += [
|
||||||
'jemalloc_config.c',
|
'../../build/jemalloc_config.c',
|
||||||
'mozjemalloc_compat.c',
|
'../../build/mozjemalloc_compat.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Android doesn't have pthread_atfork, so just implement a dummy function.
|
# Android doesn't have pthread_atfork, so just implement a dummy function.
|
||||||
|
Loading…
Reference in New Issue
Block a user