Skip to content

Commit b1a9b75

Browse files
committed
Make JNI project visible to IDE
1 parent 953b583 commit b1a9b75

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mx.graalpython/suite.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,15 @@
199199
],
200200
},
201201

202+
"com.oracle.graal.python.jni": {
203+
"type": "python",
204+
"path": "graalpython/com.oracle.graal.python.jni",
205+
"source": [
206+
"include",
207+
"src",
208+
],
209+
},
210+
202211
"com.oracle.graal.python.frozen": {
203212
"type": "python",
204213
"path": "graalpython/com.oracle.graal.python.frozen",

0 commit comments

Comments
 (0)