File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 43
43
cmake -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
44
44
make -j2
45
45
sudo make install
46
+ sudo cp ../src/extras/* /usr/local/include/
47
+
46
48
- name : Build raylib-python-cffi
47
49
run : |
48
50
python -m pip install --upgrade pip
89
91
cmake -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
90
92
make -j2
91
93
sudo make install
94
+ sudo cp ../src/extras/* /usr/local/include/
92
95
- name : Build raylib-python-cffi
93
96
run : |
94
97
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ def build_windows():
175
175
ffibuilder .cdef (open ("raylib/physac.h.modified" ).read ())
176
176
ffibuilder .set_source ("raylib._raylib_cffi" , """
177
177
#include "raylib.h"
178
+ #include "rlgl.h"
178
179
#define RAYGUI_IMPLEMENTATION
179
180
#define RAYGUI_SUPPORT_RICONS
180
181
#include "raygui.h"
You can’t perform that action at this time.
0 commit comments