Skip to content

Commit

Permalink
Add launcher dependency to llvm native-image.
Browse files Browse the repository at this point in the history
  • Loading branch information
rschatz committed Mar 6, 2018
1 parent 694031f commit 861dfde
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 861dfde

Please sign in to comment.