Skip to content

Commit

Permalink
Add missing dependency for lib:native-image-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
olpaw committed Jun 28, 2021
1 parent 3eb54fb commit 3a2e72a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion substratevm/mx.substratevm/mx_substratevm.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def _native_image_launcher_extra_jvm_args():
installable_id='native-image',
license_files=[],
third_party_license_files=[],
dependencies=['SubstrateVM', 'nil'],
dependencies=['SubstrateVM', 'nil', 'nic'],
support_distributions=['substratevm:NATIVE_IMAGE_GRAALVM_SUPPORT'],
launcher_configs=[
mx_sdk_vm.LauncherConfig(
Expand All @@ -845,6 +845,7 @@ def _native_image_launcher_extra_jvm_args():
destination="<lib:native-image-agent>",
jvm_library=True,
jar_distributions=[
'substratevm:SVM_CONFIGURE',
'substratevm:JVMTI_AGENT_BASE',
'substratevm:SVM_AGENT',
],
Expand Down

0 comments on commit 3a2e72a

Please sign in to comment.