diff --git a/src/lib.rs b/src/lib.rs index 9c6ae2c4a..3c6afdce4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2127,6 +2127,7 @@ impl Build { target.os != "windows" && target.os != "none" && target.os != "uefi" + && target.os != "vita" && target.arch != "wasm32" && target.arch != "wasm64", ) {