]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113330: Fix mimalloc headers reference (#113331)
authorSam Gross <colesbury@gmail.com>
Wed, 20 Dec 2023 21:07:17 +0000 (16:07 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Dec 2023 21:07:17 +0000 (22:07 +0100)
commita3e8afe0a3b5868440501edf579d1d4711c0fb18
treec9e5cbfd5bd2fca1e96b054fba124a04c6582849
parent713e42822f5c74d8420f641968c3bef4b10a513a
gh-113330: Fix mimalloc headers reference (#113331)

The `MIMALLOC_HEADERS` variable is defined in the Makefile.pre.in, not
the configure script, so we should use the `$(MIMALLOC_HEADERS)` syntax
instead of the `@MIMALLOC_HEADERS@` syntax.
Makefile.pre.in