mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-112532: Fix peg generator build.py for mimalloc build (gh-113492)
gh-112532: Fix peg generator for mimalloc build
This commit is contained in:
parent
acf3bcc886
commit
e5cce70df7
1 changed files with 1 additions and 0 deletions
|
|
@ -139,6 +139,7 @@ def compile_c_extension(
|
|||
]
|
||||
include_dirs = [
|
||||
str(MOD_DIR.parent.parent.parent / "Include" / "internal"),
|
||||
str(MOD_DIR.parent.parent.parent / "Include" / "internal" / "mimalloc"),
|
||||
str(MOD_DIR.parent.parent.parent / "Parser"),
|
||||
str(MOD_DIR.parent.parent.parent / "Parser" / "lexer"),
|
||||
str(MOD_DIR.parent.parent.parent / "Parser" / "tokenizer"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue