change mac build to expect raylib installed in /usr/local/lib
This commit is contained in:
parent
bb4be12724
commit
5afd9b0ee5
4 changed files with 6 additions and 3 deletions
|
@ -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 ../..
|
||||
|
||||
|
||||
|
|
Reference in a new issue