Rename is_like_osx
to is_like_darwin
This commit is contained in:
parent
7d49ae9731
commit
328846c6eb
24 changed files with 54 additions and 54 deletions
|
@ -779,7 +779,7 @@ fn print_crate_info(
|
|||
}
|
||||
}
|
||||
DeploymentTarget => {
|
||||
if sess.target.is_like_osx {
|
||||
if sess.target.is_like_darwin {
|
||||
println_info!(
|
||||
"{}={}",
|
||||
apple::deployment_target_env_var(&sess.target.os),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue