Skip to content

Commit a546230

Browse files
zapstereregon
authored andcommitted
Replace SULONG dependency with SULONG_NATIVE
1 parent aa11d31 commit a546230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.truffleruby/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
"buildDependencies": [
258258
"TRUFFLERUBY", # We need this jar to run extconf.rb
259259
"TRUFFLERUBY-LAUNCHER", # We need this jar to run extconf.rb
260-
"sulong:SULONG", # We need this jar to find the toolchain with Toolchain#getToolPath
260+
"sulong:SULONG_NATIVE", # We need this jar to find the toolchain with Toolchain#getToolPath
261261
],
262262
"license": ["EPL-2.0"],
263263
},

0 commit comments

Comments
 (0)