Skip to content

Commit 438ebe7

Browse files
committed
Conditionally include paths specific to haiku
1 parent db67c9e commit 438ebe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ fn cert_dirs_iter() -> impl Iterator<Item = &'static Path> {
3939
"/etc/certs",
4040
"/opt/etc/ssl", // Entware
4141
"/data/data/com.termux/files/usr/etc/tls",
42+
#[cfg(target_os = "haiku")]
4243
"/boot/system/data/ssl",
4344
]
4445
.iter().map(Path::new).filter(|p| p.exists())

0 commit comments

Comments
 (0)