From 430dc8601f110efdb306c6af425484e95dbbea3a Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Wed, 1 Oct 2025 03:04:21 +0200 Subject: Initial commit for android-stable --- lib/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/meson.build b/lib/meson.build index 6a52d06..0b9a67c 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -29,7 +29,7 @@ if host_machine.system().startswith('netbsd') cc.find_library('puffs') ] else # Required for clock_gettime before glibc 2.17 - deps += cc.find_library('rt') + deps += cc.find_library('rt', required: false) endif fusermount_path = join_paths(get_option('prefix'), get_option('bindir')) -- cgit v1.2.3