Skip to content

Commit

Permalink
Fix polyglot link
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-duboscq authored and ansalond committed May 9, 2019
1 parent da7b062 commit 0db4b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/mx.vm/mx_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def _add_link(_dest, _target, _component=None):
polyglot_launcher_project = get_polyglot_launcher_project()
if not stage1:
_add(layout, "<jdk_base>/jre/bin/<exe:polyglot>", "dependency:" + polyglot_launcher_project.name)
_add_link("<jdk_base>/bin/", path_substitutions.substitute("<jdk_base>/jre/bin/<exe:polyglot>"))
_add_link("<jdk_base>/bin/", "<jdk_base>/jre/bin/" + mx.exe_suffix('polyglot'))
_add_native_image_macro(polyglot_launcher_project.native_image_config)

# Add libpolyglot library
Expand Down

0 comments on commit 0db4b9e

Please sign in to comment.