diff options
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2308,10 +2308,9 @@ case $_backend in fi ;; samsungtv) - _sdlconfig="sdl-config" find_sdlconfig - INCLUDES="$INCLUDES `$_sdlconfig --cflags`" - LIBS="$LIBS `$_sdlconfig --libs`" + INCLUDES="$INCLUDES `$_sdlconfig --prefix="$_sdlpath" --cflags`" + LIBS="$LIBS `$_sdlconfig --prefix="$_sdlpath" --libs`" DEFINES="$DEFINES -DSDL_BACKEND -DSAMSUNGTV" LDFLAGS="$LDFLAGS -shared -fpic -Wl,-whole-archive" MODULES="$MODULES backends/platform/sdl" |