fix windows build
This commit is contained in:
parent
ef2d56308a
commit
ab38148125
2 changed files with 4 additions and 0 deletions
|
@ -175,6 +175,7 @@ def build_windows():
|
|||
ffibuilder.cdef(open("raylib/physac.h.modified").read())
|
||||
ffibuilder.set_source("raylib._raylib_cffi", """
|
||||
#include "raylib.h"
|
||||
#include "rlgl.h"
|
||||
#define RAYGUI_IMPLEMENTATION
|
||||
#define RAYGUI_SUPPORT_RICONS
|
||||
#include "raygui.h"
|
||||
|
|
Reference in a new issue