Skip to content

Commit 7b24610

Browse files
change build options to include 'all' formats
1 parent 316f0bb commit 7b24610

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
cd raylib-c
8585
mkdir build
8686
cd build
87-
cmake -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
87+
cmake -DINCLUDE_EVERYTHING=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
8888
make -j2
8989
sudo make install
9090
- name: Build raylib-python-cffi
@@ -131,7 +131,7 @@ jobs:
131131
cd raylib-c
132132
mkdir build
133133
cd build
134-
cmake -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
134+
cmake -DINCLUDE_EVERYTHING=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
135135
msbuild raylib.sln /target:raylib /property:Configuration=Release
136136
copy raylib\Release\raylib.lib ..\..
137137
cd ..\..

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.7.0.post8"
1+
__version__ = "3.7.0.post9"

0 commit comments

Comments
 (0)