dropped STANDART_DLL from var
This commit is contained in:
@@ -150,10 +150,9 @@ export DXVK_CONFIG_FILE="${PORT_WINE_PATH}/data/dxvk.conf"
|
||||
#################################################################
|
||||
pw_list_install_dll_in_prefix ()
|
||||
{
|
||||
STANDART_DLL="d3dx9 d3dcompiler_43 d3dcompiler_47 physx mfc42 vcrun2022 sandbox corefonts tahoma lucida calibri"
|
||||
case $PW_PREFIX_NAME in
|
||||
DEFAULT) export PW_MUST_HAVE_DLL="$STANDART_DLL" ;;
|
||||
DOTNET) export PW_MUST_HAVE_DLL="dotnet48" ;;
|
||||
DEFAULT) export PW_MUST_HAVE_DLL="sandbox" ;;
|
||||
DOTNET) export PW_MUST_HAVE_DLL="sandbox" ;;
|
||||
*) export PW_MUST_HAVE_DLL="sandbox" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user