Solve this a different way, update .travis.yml, DISABLE_THREADS

target will also now disable glslang
This commit is contained in:
twinaphex 2020-05-29 15:14:46 +02:00
parent 358ffbd3b9
commit 13be887d2d
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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