diff --git a/build_proton.sh b/build_proton.sh index 4bfc852c6..e05f46e7f 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -631,9 +631,13 @@ fi build_openal -build_glslang +if [ "$PLATFORM" != "Darwin" ]; then + # dxvk isn't of any real use on mac until it's able to link to MoltenVK + # See https://github.com/KhronosGroup/MoltenVK/issues/203 + build_glslang -build_dxvk + build_dxvk +fi case "$BUILD_COMPONENTS" in "all")