Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not find specification for target "i686-sys-windows-msvc" #3

Closed
petersondrew opened this issue Apr 14, 2016 · 2 comments
Closed

Comments

@petersondrew
Copy link

Forgive me if the solution is obvious, I'm still very new to Rust and Cargo, but for some reason when following the steps to build the minimal example in the readme, Cargo is not picking up the targets defined in the .cargo directory pulled in from kmd-env-rs.

Any thoughts on resolving this? Thanks!

@pravic
Copy link
Owner

pravic commented Apr 14, 2016

Either set RUST_TARGET_PATH=path/to/kmd-env-rs/.cargo/ or run cargo build --release --target path/to/i686-sys-windows-msvc.json.

I forgot about this.

@petersondrew
Copy link
Author

That solved that, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants