Skip to content

Commit

Permalink
build_proton: don't bother building dxvk on mac
Browse files Browse the repository at this point in the history
dxvk isn't of any real use on mac until it's able to link to MoltenVK
See KhronosGroup/MoltenVK#203 and
doitsujin/dxvk#601.

Signed-off-by: Christopher Larson <[email protected]>
  • Loading branch information
kergoth committed Aug 27, 2018
1 parent 57a36d1 commit 3754466
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build_proton.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3754466

Please sign in to comment.