File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -170,11 +170,11 @@ def build_unix():
170170
171171def build_windows ():
172172 print ("BUILDING FOR WINDOWS" )
173- ffibuilder .cdef (open ("raylib/raylib.h.modified" ).read (). replace ( "bool" , "int" ) )
174- ffibuilder .cdef (open ("raylib/rlgl.h.modified" ).read (). replace ( "bool" , "int" ) )
175- ffibuilder .cdef (open ("raylib/raygui.h.modified" ).read (). replace ( "bool" , "int" ) )
176- ffibuilder .cdef (open ("raylib/physac.h.modified" ).read (). replace ( "bool" , "int" ) )
177- ffibuilder .cdef (open ("raylib/raymath.h.modified" ).read (). replace ( "bool" , "int" ) )
173+ ffibuilder .cdef (open ("raylib/raylib.h.modified" ).read ())
174+ ffibuilder .cdef (open ("raylib/rlgl.h.modified" ).read ())
175+ ffibuilder .cdef (open ("raylib/raygui.h.modified" ).read ())
176+ ffibuilder .cdef (open ("raylib/physac.h.modified" ).read ())
177+ ffibuilder .cdef (open ("raylib/raymath.h.modified" ).read ())
178178 ffibuilder .set_source ("raylib._raylib_cffi" , """
179179 #include "raylib.h"
180180 #include "rlgl.h"
Original file line number Diff line number Diff line change 1- __version__ = "4.2.1.1 "
1+ __version__ = "4.2.1.2 "
You can’t perform that action at this time.
0 commit comments