From 35b24f677ecd9f0461d73e38a05f8c1046bc7127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zef=20Kucia?= Date: Wed, 29 Aug 2018 16:29:56 +0200 Subject: [PATCH] build_proton.sh: Avoid building OpenAL when building a single component. --- build_proton.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_proton.sh b/build_proton.sh index ebf3571f..b7343ce2 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -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