mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 04:08:52 +01:00
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')
|
||
|
)
|