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

Cargo Mobile doesn't support workspaces #121

Open
gianzellweger opened this issue Mar 10, 2023 · 2 comments
Open

Cargo Mobile doesn't support workspaces #121

gianzellweger opened this issue Mar 10, 2023 · 2 comments

Comments

@gianzellweger
Copy link

Cargo workspaces is a handy feature which allows you to have multiple subprojects in one directory. Cargo Mobile currently doesn't support it when building. Workspaces use one unified target directory. Cargo mobile always targets the /{subproject}/target directory.

@neupsh
Copy link

neupsh commented Apr 28, 2024

Is there a known workaround to this issue?

@Cactice
Copy link
Contributor

Cactice commented Sep 15, 2024

rm -rf /{subproject}/.git
ln -s target /{subproject}/target

worked I think...

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

3 participants