meson: make libMangoHud.so append_libdir_mangohud aware

The library does not honour the correct install location. Seems like it
was broken for a while and I didn't catch it with my recent rework...
Since all the scripts flip the default "true" to "false" 🤦

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
pull/978/head
Emil Velikov 1 year ago committed by flightlessmango
parent 41b0cf117d
commit 80d394c0cd

@ -183,6 +183,7 @@ mangohud_shared_lib = shared_library(
'MangoHud',
objects: mangohud_static_lib.extract_all_objects(),
link_with: mangohud_static_lib,
install_dir : libdir_mangohud,
install: true
)

Loading…
Cancel
Save