Skip to content

Commit

Permalink
Install MangoApp layer into libdir_mangohud
Browse files Browse the repository at this point in the history
This makes the installation path adapt correctly to the value of
the append_libdir_mangohud option, which defaults to putting it in a
subdirectory ${libdir}/mangohud. Without this, the path in the JSON
manifest (which does respect append_libdir_mangohud) is inconsistent
with the actual location of the library.

Resolves: #795
Co-authored-by: Simon McVittie <[email protected]>
  • Loading branch information
2 people authored and jackun committed Jul 13, 2022
1 parent c6bc257 commit 5709832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ if get_option('mangoapp_layer')
gnu_symbol_visibility : 'hidden',
include_directories : [inc_common],
link_args : link_args,
install_dir : libdir_mangohud,
install : true
)
endif
Expand Down

0 comments on commit 5709832

Please sign in to comment.