summaryrefslogtreecommitdiffstats
path: root/src/jemalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jemalloc.c')
-rw-r--r--src/jemalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c
index 2435763..8210086 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -6,7 +6,7 @@
/* Runtime configuration options. */
const char *je_malloc_conf
-#ifndef JEMALLOC_JET
+#ifndef _WIN32
JEMALLOC_ATTR(weak)
#endif
;