From 9257844a8bd3ea529ecd239fbb88ada4741e4062 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 1 Oct 2016 10:23:01 +0200 Subject: [PATCH] Disable cheevos as well when --disable-networking is set --- qb/config.libs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 8f5896e49e..0bcd8dbf0e 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -178,6 +178,7 @@ else echo "Warning: All networking features have been disabled." HAVE_NETWORK_CMD='no' HAVE_NETWORKGAMEPAD='no' + HAVE_CHEEVOS='no' fi check_lib STDIN_CMD "$CLIB" fcntl