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:
Le Philousophe
2020-03-28 10:18:08 +00:00
parent 30a91f3d0f
commit 4518f5635f
@@ -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,