mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-11-30 04:24:11 +01:00
fixed dlls_dir variable in the setup script
This commit is contained in:
parent
d3fe3622cc
commit
50551b102e
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
dlls_dir=@dlldir@
|
dlls_dir='@dlldir@'
|
||||||
path_pattern='s|^\s*PATH\s+REG_EXPAND_SZ\s+(.*)\s*$|\1|g'
|
path_pattern='s|^\s*PATH\s+REG_EXPAND_SZ\s+(.*)\s*$|\1|g'
|
||||||
dlls_windir="Z:$(sed 's|/|\\|g'<<<$dlls_dir)"
|
dlls_windir="Z:$(sed 's|/|\\|g'<<<$dlls_dir)"
|
||||||
dlls_windir_pattern="$(sed 's|\\|\\\\|g'<<<$dlls_windir)"
|
dlls_windir_pattern="$(sed 's|\\|\\\\|g'<<<$dlls_windir)"
|
||||||
|
Loading…
Reference in New Issue
Block a user