From ff52c2e21423a2ffd2cfad3a331588fdb71c4c27 Mon Sep 17 00:00:00 2001 From: Oz Tiram Date: Tue, 1 Apr 2025 23:05:41 +0200 Subject: fix: libdocument! meson automatically adds lib prefix Signed-off-by: Oz Tiram --- libdocument/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdocument/meson.build') diff --git a/libdocument/meson.build b/libdocument/meson.build index 5dd9fe33..b19242e3 100644 --- a/libdocument/meson.build +++ b/libdocument/meson.build @@ -124,7 +124,7 @@ libdocument_deps = [ ] libdocument = library( - 'libdocument', + 'document', libdocument_private_headers + libdocument_sources, dependencies: libdocument_deps, include_directories: include_root, -- cgit v1.2.1