File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ def build_windows():
270270 ffibuilder .cdef ((THIS_DIR / "glfw3.h.modified" ).read_text ())
271271 ffibuilder .cdef ((THIS_DIR / "rlgl.h.modified" ).read_text ())
272272 ffibuilder .cdef ((THIS_DIR / "raygui.h.modified" ).read_text ())
273- ffibuilder .cdef ((THIS_DIR / "physac.h.modified" ).read_text ())
274273 ffibuilder .cdef ((THIS_DIR / "raymath.h.modified" ).read_text ())
275274
276275 ffi_includes = """
@@ -291,6 +290,7 @@ def build_windows():
291290 """
292291
293292 if platform .architecture ()[0 ] != "32bit" : # Physac wont compile on 32bit windows
293+ ffibuilder .cdef ((THIS_DIR / "physac.h.modified" ).read_text ())
294294 ffi_includes += """
295295 #define PHYSAC_IMPLEMENTATION
296296 #define PHYSAC_NO_THREADS
You can’t perform that action at this time.
0 commit comments