mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-06-20 05:46:00 +00:00
COMMON: Don't specify SDL path to libsdl2-net
That will make it use pkg-config instead of sdl2-config so it's more standard
This commit is contained in:
@@ -7,7 +7,7 @@ HELPERS_DIR=$PACKAGE_DIR/../..
|
||||
do_make_bdir
|
||||
|
||||
do_pkg_fetch libsdl2-net
|
||||
do_configure --with-sdl-prefix=$PREFIX
|
||||
do_configure
|
||||
|
||||
# showinterfaces.c indirectly includes SDL_main.h which #defines main to
|
||||
# SDL_main when __ANDROID__ is defined, so it won't compile in the usual manner,
|
||||
|
||||
Reference in New Issue
Block a user