Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf3bcc commit 3f91a0bCopy full SHA for 3f91a0b
Tools/peg_generator/pegen/build.py
@@ -139,6 +139,7 @@ def compile_c_extension(
139
]
140
include_dirs = [
141
str(MOD_DIR.parent.parent.parent / "Include" / "internal"),
142
+ str(MOD_DIR.parent.parent.parent / "Include" / "internal" / "mimalloc"),
143
str(MOD_DIR.parent.parent.parent / "Parser"),
144
str(MOD_DIR.parent.parent.parent / "Parser" / "lexer"),
145
str(MOD_DIR.parent.parent.parent / "Parser" / "tokenizer"),
0 commit comments