-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I'm on a MacBook Air (M1, 2020) running macOS 12.4.
After cloning the repo and subrepos and running make
, trying to run any of the raylua_* binaries results in:
zsh: killed ./raylua_e
(…or raylua_s or raylua_r) and an exit code of 137.
Searching for "zsh: killed" seems to mostly result in pages relating to running Homebrew or tools installed with it on M1 Macs. I don't think this is Homebrew-related since I'm a boomer who uses MacPorts (if it ain't broke…). Nonetheless I wonder if the issue might still be related to the relatively new M1 hardware and I wonder if anyone else is seeing this issue happen on M1 Macs, or alternatley is running it successfully.
Unfortunately I no longer have easy access to Intel-based Mac hardware to see if the issue is happening there too.