Skip to content

Commit

Permalink
Fix macos build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazatsuyu committed Nov 5, 2021
1 parent 8c8486d commit 0f40b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/apple/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pub enum Error {
MetadataFailed(metadata::Error),
Unsupported,
ProjectDirAbsent { project_dir: PathBuf },
OpenFailed(bossy::Error),
OpenFailed(os::OpenFileError),
CheckFailed(CheckError),
BuildFailed(BuildError),
ArchiveFailed(ArchiveError),
Expand Down
2 changes: 1 addition & 1 deletion src/os/macos/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use core_foundation::{
url::CFURL,
};
use std::{
ffi::OsStr,
ffi::{OsStr, OsString},
fmt::{self, Display},
path::{Path, PathBuf},
ptr,
Expand Down

0 comments on commit 0f40b7b

Please sign in to comment.