We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316f0bb commit 7b24610Copy full SHA for 7b24610
.github/workflows/build.yml
@@ -84,7 +84,7 @@ jobs:
84
cd raylib-c
85
mkdir build
86
cd build
87
- cmake -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
+ cmake -DINCLUDE_EVERYTHING=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
88
make -j2
89
sudo make install
90
- name: Build raylib-python-cffi
@@ -131,7 +131,7 @@ jobs:
131
132
133
134
135
msbuild raylib.sln /target:raylib /property:Configuration=Release
136
copy raylib\Release\raylib.lib ..\..
137
cd ..\..
version.py
@@ -1 +1 @@
1
-__version__ = "3.7.0.post8"
+__version__ = "3.7.0.post9"
0 commit comments