aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation
diff options
context:
space:
mode:
Diffstat (limited to 'components/constellation')
-rw-r--r--components/constellation/pipeline.rs6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/constellation/pipeline.rs b/components/constellation/pipeline.rs
index 8c770a1c274..b89ce8a259c 100644
--- a/components/constellation/pipeline.rs
+++ b/components/constellation/pipeline.rs
@@ -599,7 +599,11 @@ impl UnprivilegedPipelineContent {
}
}
- #[cfg(any(target_os = "android", target_arch = "arm", target_arch = "aarch64"))]
+ #[cfg(any(
+ target_os = "android",
+ target_arch = "arm",
+ all(target_arch = "aarch64", not(target_os = "windows"))
+ ))]
pub fn spawn_multiprocess(self) -> Result<(), Error> {
use ipc_channel::ipc::IpcOneShotServer;
// Note that this function can panic, due to process creation,