Add blank configuration for project_name and layer_suffix with build.sh

pull/58/head
FlightlessMango 4 years ago
parent 8153e29eb3
commit 8133048e9c

@ -90,7 +90,9 @@ vklayer_mesa_overlay = shared_library(
if get_option('using_build_sh')
configure_file(input : 'mangohud.json.in',
output : '@0@.json'.format(meson.project_name()),
configuration : {'PROJECT_NAME' : meson.project_name()},
configuration : {'PROJECT_NAME' : meson.project_name(),
'libdir_mangohud' : '',
'LAYER_SUFFIX' : ''},
install : true,
install_dir : join_paths(get_option('datadir'), 'vulkan', 'implicit_layer.d'),
)

Loading…
Cancel
Save