Skip to content

Commit 868c4d5

Browse files
committed
Add missing graalpy-config.py rule
1 parent 7e37804 commit 868c4d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mx.graalpython/mx_graalpython_import.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ def copy(self, source_dir, graalpy_dir, graalpy_path, overrides):
132132
# Standard library
133133
"graalpython/lib-python/3": CopyFrom("Lib"),
134134

135+
# hand written based on the original
136+
"graalpython/lib-graalpython/modules/graalpy-config.py": Ignore(),
137+
135138
# C API
136139
"graalpython/com.oracle.graal.python.cext/include": CopyFromWithOverrides("Include"),
137140
# Different copyright

0 commit comments

Comments
 (0)