Skip to content

Commit 3f91a0b

Browse files
committed
gh-112532: Fix peg generator for mimalloc build
1 parent acf3bcc commit 3f91a0b

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)