Skip to content
Snippets Groups Projects
Commit c929e0f0 authored by Adrien Plazas's avatar Adrien Plazas Committed by Adrien Plazas
Browse files

build: Set the shared object install directory

This is required for Meson subprojects to work as intended.
parent f2b58a7a
No related branches found
No related tags found
1 merge request!178build: Set the shared object install directory
......@@ -136,6 +136,7 @@ libhandy = shared_library(
include_directories: [ root_inc, src_inc ],
install: true,
link_args: libhandy_link_args,
install_dir: libdir,
)
libhandy_dep = declare_dependency(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment