change mac build to expect raylib installed in /usr/local/lib

This commit is contained in:
electronstudio 2021-10-03 18:54:23 +01:00
parent bb4be12724
commit 5afd9b0ee5
4 changed files with 6 additions and 3 deletions

View file

@ -22,7 +22,8 @@ Problems may be caused by out of date pip:
Some platforms that _should_ be available: Windows 10 x64, MacOS 10.15 x64, Linux Ubuntu1804 x64.
If yours isn't available then pip will attempt to build from source, so you will need to have Raylib development libs installed.
If yours isn't available then pip will attempt to build from source, in which case you will need to have Raylib development libs installed, e.g.
using homebrew, apt, etc.
[If it doesn't work, build from source](BUILDING.md)