Check aarch64 in machine.arch property
Closed this issue · 1 comments
jiegec commented
In the build.xml
Lines 152 to 157 in 8547480
It only handles two arch: x86_64 and ppc64le. I am building HDFView on aarch64, and it collected the wrong x86_64 native jars for swt.
I have to override the property in command line:
ant -Dmachine.arch=aarch64
byrnHDF commented
Fixed in next release.