Skip to content

Commit b4fec34

Browse files
committed
add missing dependency on launcher
1 parent 327edc2 commit b4fec34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/suite.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
"platformDependent": False,
274274
"buildDependencies": [
275275
"com.oracle.graal.python",
276+
"GRAALPYTHON-LAUNCHER",
276277
],
277278
},
278279

@@ -391,6 +392,7 @@
391392
],
392393
"buildDependencies": [
393394
"com.oracle.graal.python",
395+
"GRAALPYTHON-LAUNCHER",
394396
"sulong:SULONG_HOME",
395397
"sulong:SULONG_LEGACY",
396398
"sulong:SULONG_BOOTSTRAP_TOOLCHAIN",

0 commit comments

Comments
 (0)