ps3dev / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
207 stars 63 forks source link

Support apple M1 (arm64) #129

Open bucanero opened 2 years ago

bucanero commented 2 years ago

This PR adds library paths to build the tools on macOS w/ Apple M1 processors.

Note: Homebrew package manager install libs on /opt/homebrew/ when running on Apple M1 (arm64)

exstrim401 commented 1 year ago

I think it's better to use $(brew --prefix) instead of /usr/local and /opt/homebrew