penumbra-zone / tower-abci

Tower-based ABCI interface.
MIT License
75 stars 24 forks source link

fix: support windows builds #37

Closed conorsch closed 11 months ago

conorsch commented 11 months ago

Follow up to the addition of unix socket support [0], making that feature conditional on building for a target OS family of "unix" [1].

[0] https://github.com/penumbra-zone/tower-abci/pull/35 [1] https://doc.rust-lang.org/reference/conditional-compilation.html#target_family

erwanor commented 11 months ago

We will remove this when https://github.com/tokio-rs/tokio/issues/2201 lands.