diff --git a/mx.truffleruby/suite.py b/mx.truffleruby/suite.py index 82e5762e0692..a9a5d7350a94 100644 --- a/mx.truffleruby/suite.py +++ b/mx.truffleruby/suite.py @@ -257,7 +257,7 @@ "buildDependencies": [ "TRUFFLERUBY", # We need this jar to run extconf.rb "TRUFFLERUBY-LAUNCHER", # We need this jar to run extconf.rb - "sulong:SULONG", # We need this jar to find the toolchain with Toolchain#getToolPath + "sulong:SULONG_NATIVE", # We need this jar to find the toolchain with Toolchain#getToolPath ], "license": ["EPL-2.0"], },