minor fix

This commit is contained in:
Castro-Fidel
2020-06-01 13:56:15 +03:00
parent 2f7835f5c5
commit a05d9992ff
2 changed files with 218 additions and 132 deletions

View File

@ -126,9 +126,9 @@ then
export DXVK_CONFIG_FILE="${PORT_WINE_PATH}/data/dxvk_nvidia.conf"
if [ ! -z "${WINEDLLOVERRIDES}" ]
then
export WINEDLLOVERRIDES="nvapi=;nvapi64=;${WINEDLLOVERRIDES}"
export WINEDLLOVERRIDES="nvapi,nvapi64=;${WINEDLLOVERRIDES}"
else
export WINEDLLOVERRIDES="nvapi=;nvapi64="
export WINEDLLOVERRIDES="nvapi,nvapi64="
fi
echo "runtime libs is disabled"
else