Closed cho-m closed 1 year ago
Looks like there is still an issue for recent x86_64 platforms as the fixed check breaks build due to adding -arch i386
. Not sure where this is getting injected into build yet.
EDIT: This is because arch
command returns i386
on x86_64
platforms.
i can fix the issue
Was building on Monterey ARM and noticed that
-arch x86_64
was getting added to build. Seemed to be from Snow Leopard or Lion check.Seen when working on Homebrew fixes for ARM build: https://github.com/Homebrew/homebrew-core/pull/112070