Commit 249a7901 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Merge branch 'refactoring_v2' of github.com:Htylol/PortWINE into Htylol-refactoring_v2

parents 96262d1c 636b90d3
...@@ -312,7 +312,7 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then ...@@ -312,7 +312,7 @@ if [[ "${SKIP_CHECK_UPDATES}" != 1 ]] ; then
fi fi
if [[ -z $PW_GPU_USE || $PW_GPU_USE == "disabled" ]] ; then if [[ -z $PW_GPU_USE || $PW_GPU_USE == "disabled" ]] ; then
unset PW_GPU_USE PW_GPU_USE="disabled"
pw_check_dxvk pw_check_dxvk
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment