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

Targets fail #37

Open
pitust opened this issue Jun 30, 2019 · 1 comment
Open

Targets fail #37

pitust opened this issue Jun 30, 2019 · 1 comment

Comments

@pitust
Copy link

pitust commented Jun 30, 2019

(I assume there is a project called xbuild_project and the shell is in it and the target is called "target.json")

cd ..
mv xbuild_project xbuild_project_2
cd xbuild_project_2
# Fails
cargo xbuild --target target.json
cp target.json target2.json
# OK
cargo xbuild --target target2.json

After renaming the target ID seems to be different

@phil-opp
Copy link
Member

Thanks for reporting this issue!

Does it also work if you do a cargo clean in between?

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