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:
C.W. Betts 2021-05-19 16:07:40 -06:00
commit 1eb1cc5e5b
16 changed files with 4591 additions and 1983 deletions

View file

@ -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"