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

@ -200,12 +200,13 @@ Raylib.
git clone --recurse-submodules https://github.com/electronstudio/raylib-python-cffi
Build Raylib from the raylib-c directory.
Build and install Raylib from the raylib-c directory.
::
cd raylib-python-cffi/raylib-c/src
make
sudo cp libraylib.a /usr/local/lib/libraylib.a
cd ../..