HaxeFoundation / hashlink

A virtual machine for Haxe
https://hashlink.haxe.org/
MIT License
798 stars 150 forks source link

Macbook M1 Support #676

Open wihu opened 2 months ago

wihu commented 2 months ago

After cloning and building hashlink from repo, running hl command gives me segmentation fault. Searching around the internet suggests that hashlink does not support arm64. Tried to build using Rosetta, however, it seems a bit more complicated since it requires a variant of homebrew that is installed with x86_64 as well, while I have other projects which requires homebrew arm64.

Will there be a direct support for running hashlink on arm64 in the foreseeable future?

Apprentice-Alchemist commented 2 months ago

it requires a variant of homebrew that is installed with x86_64 as well, while I have other projects which requires homebrew arm64.

You should be able to have both x64 and arm64 homebrew installed, they use separate locations to install packages.