From ac044c47eeef424205723efc2e4c175e44d82ec1 Mon Sep 17 00:00:00 2001 From: orbea Date: Mon, 25 Dec 2017 20:45:17 -0800 Subject: [PATCH] qb: HAVE_MINIUPNPC is needed for builtin miniupnpc --- qb/config.libs.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 5f9c731c21..54d1706f05 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -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