build_proton.sh: Avoid building OpenAL when building a single component.
This commit is contained in:
parent
5324710e01
commit
35b24f677e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue