esy-skia
esy-skia copied to clipboard
Feature/mac arm64
hi all, this PR allow us to build SKIA in Mac M1 without merging upstream repository, this is minimal changes required. Gn tool set default cpu to x86, so we need to set it to arm64 if it in Darwin.
This PR will also make current Revery compiled natively in M1. For Onivim2 there is small changes needed, but it just a path of homebrew prefix in M1 which is /opt/homebrew.
LGTM but I let owner of M1 approve and merge.
Wow what a hero! Thank you @syaiful6 for bringing over this set of changes to unblock the M1 build :heart_eyes:
Hoping to see this get merged soon -- This was something like step 5 (and the last step) on a chain of pull requests to get various projects working on apple silicon devices, the other each wait on the next up until this one =]
Wow, hoping to see this get merged as well. Is there anything I can do to help this move along - test on M1 or something?