Closed JVictorV closed 5 years ago
From what I can tell, it seems as if libudis86 is being compiled for x64 (a detour-rs dependency) but your GCC has not x64 support. What environment are you using (Windows version, GCC version etc)?
Potential solutions may be:
i686-pc-windows-gnu
) (this may not be desirable).x86_64-pc-windows-msvc
).Please note that if you intend to detour applications using the MSVC ABI the *-msvc
targets are preferred.
Tnx for the help sir, i've updated MSVC and reinstalled rust and it works now
Im kinda new to rust so, im sorry if thats not the right place to ask. When i try to run
cargo build
I get the following error: