Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An Apple Silicon Mac needs to have Rosetta 2 installed to run x64 code, but it's installed on demand on first use. If you've never used anything Intel-based, attempts to run cp2 will fail with "bad CPU" messages (apparently command-line tools don't know how to demand Rosetta). (One trick if you don't have an x64 program sitting around: go into Applications > Utilities and get info on the Terminal app. There will be a checkbox that says "Open using Rosetta". Check that, restart Terminal, and you should be asked to install Rosetta.) See change 80d4300 for why we don't have an Apple Silicon build (besides it being redundant).
- Loading branch information