1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 19:24:10 +01:00

fixed dlls_dir variable in the setup script

This commit is contained in:
raffarti 2018-01-26 11:02:01 +01:00
parent d3fe3622cc
commit 50551b102e

View File

@ -1,6 +1,6 @@
#!/bin/bash
dlls_dir=@dlldir@
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_pattern="$(sed 's|\\|\\\\|g'<<<$dlls_windir)"