mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
Setup script: don't stop on error
This commit is contained in:
parent
9543979f03
commit
3bc56be9a6
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ dlls_dir='@dlldir@'
|
|||
build_arch='@arch@'
|
||||
export WINEDEBUG=-all
|
||||
|
||||
set -e
|
||||
if [ $build_arch == "x86_64" ]; then
|
||||
wine=wine64
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue