Skip to content

Commit 3d8f36e

Browse files
try
1 parent 9683c57 commit 3d8f36e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.cirrus.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,16 @@ pi_task:
3030
- cd raylib-c
3131
- mkdir build
3232
- cd build
33-
- cmake -DPLATFORM=${RAYLIB_PLATFORM} -DOPENGL_VERSION=2.1 -DBUILD_EXAMPLES=OFF -DCUSTOMIZE_BUILD=ON -DSUPPORT_FILEFORMAT_JPG=ON -DSUPPORT_FILEFORMAT_FLAC=ON -DWITH_PIC=ON -DCMAKE_BUILD_TYPE=Release ..
33+
- cmake -DBUILD_EXAMPLES=OFF -DCUSTOMIZE_BUILD=ON -DSUPPORT_FILEFORMAT_JPG=ON -DSUPPORT_FILEFORMAT_FLAC=ON -DWITH_PIC=ON -DCMAKE_BUILD_TYPE=Release ..
3434
- make -j2
3535
- make install
36+
build_raylib_again_script:
37+
- cd raylib-c
38+
- mkdir build2
39+
- cd build2
40+
- cmake -DPLATFORM=${RAYLIB_PLATFORM} -DBUILD_EXAMPLES=OFF -DCUSTOMIZE_BUILD=ON -DSUPPORT_FILEFORMAT_JPG=ON -DSUPPORT_FILEFORMAT_FLAC=ON -DWITH_PIC=ON -DCMAKE_BUILD_TYPE=Release ..
41+
- make -j2
42+
- sudo cp raylib/libraylib.a /usr/local/lib/libraylib.a
3643
build_script:
3744
- cp -r raylib-c/src/external/glfw/include/GLFW /usr/local/include/
3845
- cp physac/src/physac.h /usr/local/include/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ Older MacOS requires building from source but this is usually simple:
6060
brew install raylib
6161
python3 -m pip install raylib==5.0.0.4
6262

63+
(I do have binaries for arm64 MacOS 11, 12 and 13 but I have no way of testing they work, so post an issue
64+
if you want to test them.)
65+
6366
## Linux
6467

6568
Binaries require OS newer than Ubuntu 2020, x64 or arm64. Otherwise build from source.

0 commit comments

Comments
 (0)