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
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -40,6 +40,7 @@ jobs:
|
|||
cd raylib-c
|
||||
cd src
|
||||
make -j2
|
||||
sudo cp libraylib.a /usr/local/lib/libraylib.a
|
||||
- name: Build raylib-python-cffi
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Reference in a new issue