Skip to content

Commit

Permalink
Try to fix Mac OS building.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanfanel committed Feb 6, 2024
1 parent fdf95bd commit 5f0de0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphic/Fast3D/gfx_opengl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#include "SDL_opengl.h"
#elif __APPLE__
#include <SDL2/SDL.h>
#define GL_GLEXT_PROTOTYPES 1
#include <SDL2/SDL_opengl.h>
#elif __SWITCH__
#include <SDL2/SDL.h>
Expand Down

0 comments on commit 5f0de0b

Please sign in to comment.