diff options
author | Leonard Kugis <leonard@kug.is> | 2025-10-01 03:04:21 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2025-10-01 03:04:21 +0200 |
commit | 430dc8601f110efdb306c6af425484e95dbbea3a (patch) | |
tree | f009f33a8bd5ceb84ca2fed5b68b1b7f6c2a1613 /lib | |
parent | ddcb1a075995500bd6c91327a1dfcee346acd075 (diff) | |
download | libfuse-430dc8601f110efdb306c6af425484e95dbbea3a.tar.gz |
Initial commit for android-stable
Diffstat (limited to 'lib')
-rw-r--r-- | lib/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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')) |