Skip to content

Commit bb96f3a

Browse files
committed
fixup! mingw: use mimalloc
Need to specify which platform to use ;-) Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent f0a5b1a commit bb96f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.mak.uname

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ ifeq ($(uname_S),MINGW)
751751
HAVE_LIBCHARSET_H = YesPlease
752752
USE_GETTEXT_SCHEME = fallthrough
753753
USE_LIBPCRE = YesPlease
754-
USE_MIMALLOC = YesPlease
754+
USE_MIMALLOC = windows
755755
NO_PYTHON =
756756
ifeq (/mingw64,$(subst 32,64,$(subst clangarm,mingw,$(prefix))))
757757
# Move system config into top-level /etc/

0 commit comments

Comments
 (0)