mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-01 07:24:12 +01:00
16eef61a7a
* Added script to setup dlls in wine * Fix no WINEPREFIX confirmation * move wine_utils outside src
9 lines
248 B
Meson
9 lines
248 B
Meson
conf = configuration_data()
|
|
conf.set('dlldir', get_option('prefix')+'/'+get_option('bindir'))
|
|
configure_file(
|
|
configuration : conf,
|
|
input : 'dlls_setup.sh.in',
|
|
output : 'dlls_setup.sh',
|
|
install_dir : get_option('bindir')
|
|
)
|