Skip to content

Commit 743852e

Browse files
committed
add dependency to SULONG_SPI
1 parent 9e7c083 commit 743852e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"truffle:TRUFFLE_API",
122122
"sdk:GRAAL_SDK",
123123
"ANTLR4",
124-
"sulong:SULONG",
124+
"sulong:SULONG_SPI",
125125
],
126126
"checkstyle": "com.oracle.graal.python",
127127
"javaCompliance": "1.8",
@@ -165,7 +165,7 @@
165165
"results" : ["graalpython/lib-graalpython"],
166166
"output" : ".",
167167
"buildDependencies": [
168-
"sulong:SULONG",
168+
"sulong:SULONG_LIBS",
169169
],
170170
"buildEnv": {
171171
"POLYGLOT_INC": "<path:SULONG_LIBS>",
@@ -227,7 +227,7 @@
227227
"truffle:TRUFFLE_API",
228228
"regex:TREGEX",
229229
"sdk:GRAAL_SDK",
230-
"sulong:SULONG",
230+
"sulong:SULONG_SPI",
231231
],
232232
"sourcesPath": "graalpython.src.zip",
233233
},

0 commit comments

Comments
 (0)