mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
qb: HAVE_MINIUPNPC is needed for builtin miniupnpc
This commit is contained in:
parent
14eb6d5cda
commit
ac044c47ee
@ -195,7 +195,9 @@ if [ "$HAVE_NETWORKING" = 'yes' ]; then
|
||||
HAVE_NETWORK_CMD=yes
|
||||
HAVE_NETWORKGAMEPAD=yes
|
||||
|
||||
if [ "$HAVE_BUILTINMINIUPNPC" != "yes" ]; then
|
||||
if [ "$HAVE_BUILTINMINIUPNPC" = "yes" ]; then
|
||||
HAVE_MINIUPNPC=yes
|
||||
else
|
||||
check_lib '' MINIUPNPC "-lminiupnpc"
|
||||
fi
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user