Include SDL2 CFlags in with the general CFlags: this fixes SDL2 build failures on macOS.
Regenerate auto-conf/etc. Fix the SDL2 includes.
This commit is contained in:
parent
20d7014e4a
commit
1eb1cc5e5b
16 changed files with 4591 additions and 1983 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
#define BITMAP WINDOWS_BITMAP
|
||||
#include <SDL2/SDL_opengl.h>
|
||||
#include <SDL_opengl.h>
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 4)
|
||||
#include <SDL2/SDL_opengl_glext.h>
|
||||
#include <SDL_opengl_glext.h>
|
||||
#endif
|
||||
#undef BITMAP
|
||||
#include "wx-sdl2-glw.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue