rust-cross / cargo-xwin

Cross compile Cargo project to Windows MSVC target with ease
Other
357 stars 30 forks source link

Invalid cross-device link (os error 18) #6

Closed forbjok closed 2 years ago

forbjok commented 2 years ago

Getting this error when trying to use cargo xwinbuild on my server running Arch Linux.

From what I could find, it seems like this error probably means it's making the unsafe assumption that /tmp is on the same filesystem as /home and trying to rename files across filesystems.

putty_y7by8j8KMA

messense commented 2 years ago

Duplicate of #1