build_proton.sh: Avoid building OpenAL when building a single component.

This commit is contained in:
Józef Kucia 2018-08-29 16:29:56 +02:00 committed by Andrew Eikum
parent 5324710e01
commit 35b24f677e

View file

@ -606,10 +606,9 @@ if [ "$WITH_FFMPEG" = 1 ]; then
build_ffmpeg
fi
build_openal
case "$BUILD_COMPONENTS" in
"all")
build_openal
build_dxvk
build_wine64
build_wine32