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
|
|
@ -183,6 +183,7 @@ case "$host" in
|
|||
;;
|
||||
esac
|
||||
|
||||
CFLAGS="$CFLAGS $SDL_CFLAGS"
|
||||
LIBS="$LIBS $WX_LIBS $SDL_LIBS"
|
||||
|
||||
AM_CONDITIONAL(OS_LINUX, [test "$build_linux" = "yes"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue