Skip to content

Commit a5af48e

Browse files
authored
Add "visionos" as an apple target. (bytecodealliance#1046)
1 parent 48eeb83 commit a5af48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn main() {
121121
if netbsdlike {
122122
use_feature("netbsdlike");
123123
}
124-
let apple = os == "macos" || os == "ios" || os == "tvos" || os == "watchos";
124+
let apple = os == "macos" || os == "ios" || os == "tvos" || os == "visionos" || os == "watchos";
125125
if apple {
126126
use_feature("apple");
127127
}

0 commit comments

Comments
 (0)