mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
use winepath to convert unix path
This commit is contained in:
parent
2e1e8d56a5
commit
31740a4d63
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
dlls_dir='@dlldir@'
|
||||
path_pattern='s|^\s*PATH\s+REG_EXPAND_SZ\s+(.*)\s*$|\1|g'
|
||||
dlls_windir="Z:$(sed 's|/|\\|g'<<<$dlls_dir)"
|
||||
dlls_windir=$(winepath -w "$dlls_dir")
|
||||
dlls_windir_pattern="$(sed 's|\\|\\\\|g'<<<$dlls_windir)"
|
||||
WINEDEBUG=-all
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue