AVIator icon indicating copy to clipboard operation
AVIator copied to clipboard

compiling on windows gnu

Open leejw51crypto opened this issue 3 years ago • 9 comments

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};

leejw51crypto avatar Feb 08 '22 02:02 leejw51crypto