mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-25 18:55:38 -06:00
disable async-std+windows build
This commit is contained in:
committed by
Christien Rioux
parent
633c0394c9
commit
25637e5ff5
@@ -4,7 +4,8 @@ cfg_if! {
|
||||
if #[cfg(unix)] {
|
||||
mod unix;
|
||||
pub use unix::*;
|
||||
} else if #[cfg(windows)] {
|
||||
}
|
||||
else if #[cfg(windows)] {
|
||||
mod windows;
|
||||
pub use windows::*;
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
compile_error!{"async-std compilation for windows is currently unsupported"}
|
||||
Reference in New Issue
Block a user