On Thu, 29 Aug 2024 04:46:05 GMT, ANUPAM DEV <d...@openjdk.org> wrote:

> Hi,
> 
> I have updated the name of the SWT.jar that needs to be downloaded during the 
> build process for Linux aarch64.
> from:
>     IS_LINUX ? "org.eclipse.swt.gtk.linux.x86_64_3.124.200.v20231113-1355" : 
> ""
> 
> to:
>     IS_LINUX && IS_AARCH64 ? 
> "org.eclipse.swt.gtk.linux.aarch64_3.124.200.v20231113-1355" :
>     IS_LINUX && !IS_AARCH64 ? 
> "org.eclipse.swt.gtk.linux.x86_64_3.124.200.v20231113-1355" : ""
> 
> Please review.
> 
> Regards,
> Anupam

I updated the JBS bug title to be clearer. Can you update this PR title to 
match?

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1549#issuecomment-2317435726

Reply via email to