Skip to content

Commit

Permalink
pythongh-112532: Fix peg generator build.py for mimalloc build (pytho…
Browse files Browse the repository at this point in the history
…ngh-113492)

pythongh-112532: Fix peg generator for mimalloc build
  • Loading branch information
corona10 authored and aisk committed Feb 11, 2024
1 parent caee9c9 commit aa30318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/peg_generator/pegen/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit aa30318

Please sign in to comment.