diff --git a/raylib/build.py b/raylib/build.py index e6a3dab..70ac585 100644 --- a/raylib/build.py +++ b/raylib/build.py @@ -201,7 +201,9 @@ def build_windows(): #include "rlgl.h" #include "raymath.h" """ + - """#include "GLFW/glfw3.h""" if not USE_SDL2 else "" + """ + #include "GLFW/glfw3.h" + """ if not USE_SDL2 else "" + """ #define RAYGUI_IMPLEMENTATION #define RAYGUI_SUPPORT_RICONS