I cannot build endbasic with the sdl feature on my macos M1:
$ brew install sdl2 sdl2_ttf
$ cargo install --features=sdl endbasic
....
= note: ld: library not found for -lSDL2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Perhaps this is due to the different location that brew choose to install things on arm: /opt/homebrew instead of /usr/local
I cannot build endbasic with the sdl feature on my macos M1:
Perhaps this is due to the different location that brew choose to install things on arm:
/opt/homebrewinstead of/usr/local