julius icon indicating copy to clipboard operation
julius copied to clipboard

fix build on Apple Silicon

Open danielnachun opened this issue 2 years ago • 0 comments

Apple Silicon builds currently fail because this ifdef doesn't check for AArch64, and consequently tries to check for x86 extensions that don't exist on ARM. This was the only change needed for the build to succeed.

danielnachun avatar Apr 15 '22 18:04 danielnachun