diff --git a/src/plugins/core/erlang.rs b/src/plugins/core/erlang.rs index 2b0e7e0794..872b86ce3e 100644 --- a/src/plugins/core/erlang.rs +++ b/src/plugins/core/erlang.rs @@ -248,6 +248,11 @@ impl ErlangPlugin { Ok(Some(tv)) } + #[cfg(not(any(linux, macos, windows)))] + async fn install_precompiled(&self, ctx: &InstallContext) -> Result> { + Ok(None) + } + async fn install_via_kerl( &self, _ctx: &InstallContext,