AVIator
AVIator copied to clipboard
compiling on windows gnu
when i try cargo build
on windows msys2
$ cargo build
Compiling ethers-contract v0.6.0 (C:\msys64\home\leejw\Github\ethers-rs\ethers-contract)
Caused by:
OS Error 193: %1 is not a valid Win32 application.
--> ethers-contract\src\lib.rs:38:9
|
38 | pub use ethers_contract_derive::{abigen, EthAbiCodec, EthAbiType, EthCall, EthDisplay, EthEvent};