Skip to content

Commit

Permalink
Replace SULONG dependency with SULONG_NATIVE
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster authored and eregon committed Nov 25, 2020
1 parent aa11d31 commit a546230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.truffleruby/suite.py
Expand Up @@ -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"],
},
Expand Down

0 comments on commit a546230

Please sign in to comment.