Skip to content

Commit

Permalink
Resolve deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 committed Jul 24, 2023
1 parent 64c670a commit 393cd7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public final class MixedTargetBuildDescription {
throw InternalError("underlying target type mismatch \(target)")
}

guard buildParameters.triple.isDarwin() else {
guard buildParameters.targetTriple.isDarwin() else {
throw StringError("Targets with mixed language sources are only " +
"supported on Apple platforms.")
}
Expand Down

0 comments on commit 393cd7e

Please sign in to comment.