Skip to content

Commit

Permalink
Add "visionos" as an apple target. (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Apr 21, 2024
1 parent 48eeb83 commit a5af48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Expand Up @@ -121,7 +121,7 @@ fn main() {
if netbsdlike {
use_feature("netbsdlike");
}
let apple = os == "macos" || os == "ios" || os == "tvos" || os == "watchos";
let apple = os == "macos" || os == "ios" || os == "tvos" || os == "visionos" || os == "watchos";
if apple {
use_feature("apple");
}
Expand Down

0 comments on commit a5af48e

Please sign in to comment.