Skip to content

Commit

Permalink
[GR-8490] Add launcher dependency to llvm native-image.
Browse files Browse the repository at this point in the history
PullRequest: graal/1130
  • Loading branch information
rschatz committed Mar 12, 2018
2 parents c1b1435 + 861dfde commit 86a7005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substratevm/mx.substratevm/mx_substratevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def native_image_option_properties(option_kind, option_flag, native_image_root):
flag_suitename_map = {
'js' : ('graal-js', ['GRAALJS', 'TREGEX', 'GRAALJS_LAUNCHER', 'ICU4J'], ['ICU4J-DIST'], 'js'),
'ruby' : ('truffleruby', ['TRUFFLERUBY', 'TRUFFLERUBY-LAUNCHER'], ['TRUFFLERUBY-ZIP']),
'llvm' : ('sulong', ['SULONG'], ['SULONG_LIBS', 'SULONG_DOC']),
'llvm' : ('sulong', ['SULONG', 'SULONG_LAUNCHER'], ['SULONG_LIBS', 'SULONG_DOC']),
'python': ('graalpython', ['GRAALPYTHON', 'GRAALPYTHON-LAUNCHER', 'GRAALPYTHON-ENV'], ['GRAALPYTHON-ZIP'])
}

Expand Down

0 comments on commit 86a7005

Please sign in to comment.