Merge pull request #5956 from orbea/miniupnpc
qb: HAVE_MINIUPNPC is needed for builtin miniupnpc
This commit is contained in:
commit
dc207beb80
|
@ -195,7 +195,9 @@ 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_BUILTINMINIUPNPC" = "yes" ]; then
|
||||||
|
HAVE_MINIUPNPC=yes
|
||||||
|
else
|
||||||
check_lib '' MINIUPNPC "-lminiupnpc"
|
check_lib '' MINIUPNPC "-lminiupnpc"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue