From 13be887d2dc3e2c693315ed1459df7c83a334e5c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 29 May 2020 15:14:46 +0200 Subject: [PATCH] Solve this a different way, update .travis.yml, DISABLE_THREADS target will also now disable glslang --- .travis.yml | 2 +- qb/config.libs.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c35877fd92..5af82f59d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,7 +154,7 @@ before_script: fi - | if [ -n "$DISABLE_THREADS" ]; then - ARGS="$ARGS --disable-threads" + ARGS="$ARGS --disable-threads --disable-glslang" fi - | if [ -n "$DISABLE_AUDIOMIXER" ]; then diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 85909019ba..4f158f1e4a 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -198,7 +198,6 @@ else add_opt NETWORK_CMD no fi -check_enabled NETWORKING GLSLANG glslang 'Networking is' false check_enabled NETWORKING CHEEVOS cheevos 'Networking is' false check_enabled NETWORKING DISCORD discord 'Networking is' false check_enabled NETWORKING MINIUPNPC miniupnpc 'Networking is' false