Skip to content

Commit

Permalink
Drop --vm.Xdock:name option
Browse files Browse the repository at this point in the history
It is not supported by library launchers any way, at least at the moment.
  • Loading branch information
fniephaus committed Jan 12, 2024
1 parent 11667fc commit a0f5456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.trufflesqueak/mx_trufflesqueak.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def patched_native_image(self, build_args, output_file, out=None, err=None, find
'--vm.Xms512M',
'--vm.Xss16M',
'--vm.-add-exports=java.base/jdk.internal.module=de.hpi.swa.trufflesqueak',
] + (['--vm.Xdock:name=TruffleSqueak'] if mx.is_darwin() else []),
],
)
],
stability='experimental',
Expand Down

0 comments on commit a0f5456

Please sign in to comment.