mirror of
https://github.com/kanjitalk755/macemu.git
synced 2026-04-26 21:18:27 +00:00
Fix for SDL3 include that does not work without bash or whatever else has this += operator
This commit is contained in:
@@ -335,7 +335,7 @@ if [[ "x$WANT_SDL" = "xyes" ]]; then
|
||||
if [[ "x$TEMP_WANT_SDL_VERSION_MAJOR" = "x3" ]]; then
|
||||
PKG_CHECK_MODULES([sdl3], [sdl3 >= 3.0], [
|
||||
CXXFLAGS="$CXXFLAGS $sdl3_CFLAGS"
|
||||
CXXFLAGS+=`echo " $sdl3_CFLAGS" | sed -e 's/\(-I.*include\)/\1\/SDL3/'`
|
||||
CXXFLAGS="$CXXFLAGS `echo " $sdl3_CFLAGS" | sed -e 's/\(-I.*include\)/\1\/SDL3/'`"
|
||||
LIBS="$LIBS $sdl3_LIBS"
|
||||
WANT_SDL_VERSION_MAJOR=3
|
||||
], [
|
||||
|
||||
Reference in New Issue
Block a user