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 9e7c083 commit 743852eCopy full SHA for 743852e
mx.graalpython/suite.py
@@ -121,7 +121,7 @@
121
"truffle:TRUFFLE_API",
122
"sdk:GRAAL_SDK",
123
"ANTLR4",
124
- "sulong:SULONG",
+ "sulong:SULONG_SPI",
125
],
126
"checkstyle": "com.oracle.graal.python",
127
"javaCompliance": "1.8",
@@ -165,7 +165,7 @@
165
"results" : ["graalpython/lib-graalpython"],
166
"output" : ".",
167
"buildDependencies": [
168
+ "sulong:SULONG_LIBS",
169
170
"buildEnv": {
171
"POLYGLOT_INC": "<path:SULONG_LIBS>",
@@ -227,7 +227,7 @@
227
228
"regex:TREGEX",
229
230
231
232
"sourcesPath": "graalpython.src.zip",
233
},
0 commit comments