mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 12:45:47 +01:00
Add support for macOS
This commit is contained in:
parent
488dc6c66f
commit
dc51d7d432
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
use std::{collections::BTreeMap, io::Error, path, process::Stdio};
|
||||
|
||||
#[cfg(target_os = "macos")]
|
||||
use std::os::darwin::fs::MetadataExt;
|
||||
#[cfg(target_os = "freebsd")]
|
||||
use std::os::freebsd::fs::MetadataExt;
|
||||
#[cfg(target_os = "illumos")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue