Skip to content

Commit aa30318

Browse files
corona10aisk
authored andcommitted
pythongh-112532: Fix peg generator build.py for mimalloc build (pythongh-113492)
pythongh-112532: Fix peg generator for mimalloc build
1 parent caee9c9 commit aa30318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/peg_generator/pegen/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ def compile_c_extension(
139139
]
140140
include_dirs = [
141141
str(MOD_DIR.parent.parent.parent / "Include" / "internal"),
142+
str(MOD_DIR.parent.parent.parent / "Include" / "internal" / "mimalloc"),
142143
str(MOD_DIR.parent.parent.parent / "Parser"),
143144
str(MOD_DIR.parent.parent.parent / "Parser" / "lexer"),
144145
str(MOD_DIR.parent.parent.parent / "Parser" / "tokenizer"),

0 commit comments

Comments
 (0)