Skip to content

Commit

Permalink
Restore crates/images/src/pdf.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Sep 11, 2024
1 parent 5240a8b commit 145c92c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/images/src/pdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
};
Expand Down

0 comments on commit 145c92c

Please sign in to comment.