From 145c92c2aff615668424859dc2f1e6a7ee1add36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Wed, 11 Sep 2024 07:00:18 -0300 Subject: [PATCH] Restore crates/images/src/pdf.rs --- crates/images/src/pdf.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/images/src/pdf.rs b/crates/images/src/pdf.rs index 457d6db2ad40..96dcef373a82 100644 --- a/crates/images/src/pdf.rs +++ b/crates/images/src/pdf.rs @@ -18,8 +18,6 @@ const BINDING_LOCATION: &str = "."; #[cfg(unix)] const BINDING_LOCATION: &str = if cfg!(target_os = "macos") { "../Frameworks/Spacedrive.framework/Libraries" -} else if cfg!(target_os = "ios") { - "../Frameworks" } else { "../lib/spacedrive" };