From 53f3e39815c3357c6465963359e94a6318b54af7 Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Sat, 20 Jul 2024 03:18:39 +0000 Subject: libstore: Add FreeBSD findPlatformRoots Use libprocstat to find garbage collector roots on FreeBSD. Tested working on a FreeBSD machine, although there is no CI yet Change-Id: Id36bac8c3de6cc4de94e2d76e9663dd4b76068a9 --- meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 0e74520ca..56f447501 100644 --- a/meson.build +++ b/meson.build @@ -314,6 +314,10 @@ nlohmann_json = dependency('nlohmann_json', required : true) # *absolutely* are not going to make it work) lix_doc = declare_dependency(link_args : [ '-llix_doc' ]) +if is_freebsd + libprocstat = declare_dependency(link_args : [ '-lprocstat' ]) +endif + # # Build-time tools # -- cgit v1.2.3