axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
848 stars 193 forks source link

setup.ps1 uses ARM Java binary for M1/M2/M3 Macbook #1614

Open crazyhappygame opened 8 months ago

crazyhappygame commented 8 months ago

Is your feature request related to a problem? Please describe. setup.ps1 download and uses Java Intel binary for M1/M2/M3 Macbook

Describe the solution you'd like setup.ps1 download and uses Java Intel binary for intel maccboks, ARM Java binary M1/M2/M3 Macbook

Describe alternatives you've considered N/A

Additional context N/A

halx99 commented 8 months ago

m1/m2/m3 can run x86_64 exexutable file, so may not need provide arm spec tools EDITED: And the ndk also not provide arm spec toolchain yet

crazyhappygame commented 8 months ago

Yes. That works now. But it is not optimal to use Intel Java binary on ARM M1/M2/M3

stale[bot] commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.