mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
qb: Disable all miniupnpc support with --disable-miniupnpc.
This commit is contained in:
parent
ca062cbe38
commit
c63011db71
@ -195,10 +195,12 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then
|
|||||||
HAVE_NETWORK_CMD=yes
|
HAVE_NETWORK_CMD=yes
|
||||||
HAVE_NETWORKGAMEPAD=yes
|
HAVE_NETWORKGAMEPAD=yes
|
||||||
|
|
||||||
if [ "$HAVE_BUILTINMINIUPNPC" = "yes" ]; then
|
if [ "$HAVE_MINIUPNPC" = 'no' ]; then
|
||||||
|
HAVE_BUILTINMINIUPNPC=no
|
||||||
|
elif [ "$HAVE_BUILTINMINIUPNPC" = 'yes' ]; then
|
||||||
HAVE_MINIUPNPC=yes
|
HAVE_MINIUPNPC=yes
|
||||||
else
|
else
|
||||||
check_lib '' MINIUPNPC "-lminiupnpc"
|
check_lib '' MINIUPNPC '-lminiupnpc'
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
die : 'Warning: All networking features have been disabled.'
|
die : 'Warning: All networking features have been disabled.'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user