Skip to content

Commit 4d65faa

Browse files
fangerertimfel
authored andcommitted
Update path of jni-config.json in HPy autogen
(cherry picked from commit d5f0fa4)
1 parent f69e487 commit 4d65faa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/hpy_autogen_graalpy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,8 @@ class autogen_svm_jni_upcall_config(AutoGenFilePart):
707707
"""
708708
"""
709709
LANGUAGE = 'json'
710-
PATH = 'graalpython/com.oracle.graal.python/src/com/oracle/graal/python/niresources/jni-config.json'
710+
711+
PATH = 'graalpython/com.oracle.graal.python/src/META-INF/native-image/org.graalvm.py/jni-config.json'
711712
BEGIN_MARKER = ' "name":"com.oracle.graal.python.builtins.objects.cext.hpy.jni.GraalHPyJNIContext",\n "methods":[\n'
712713
END_MARKER = ',\n {"name":"getHPyDebugContext","parameterTypes":[] },'
713714

0 commit comments

Comments
 (0)