Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): unbreak building on OpenBSD (#245)
Building rustic_core on OpenBSD fails with: ``` error[E0412]: cannot find type `ExtendedAttribute` in this scope --> /tmp/pobj/rustic-0.8.0/rustic-0.8.0/modcargo-crates/rustic_core-0.3.0/src/backend/ignore.rs:476:62 | 476 | ...usticResult<Vec<ExtendedAttribute>> { | ^^^^^^^^^^^^^^^^^ not found in this scope | help: consider importing this struct | 1 + use crate::backend::node::ExtendedAttribute; | ``` Unbreak by fixing a conditional check.
- Loading branch information