rust-mobile/ndk

Fails to build when target is moved

clay53 opened this issue · 4 comments

For my workspace, I have my target moved to another folder.

[build]
target-dir = "../../../../../Nextcloud_Cargo/git/github/clay53/tutor_engine"

Trying to build with cargo apk build, I get this error (nothing else):

Error: No such file or directory (os error 2)

Can workaround by creating a symlink to ../../../../../Nextcloud_Cargo/git/github/clay53/tutor_engine it in the top-level workspace directory.

@clay53 Is this still an issue?

@clay53 Is this still an issue?

no

Thanks for confirming!