You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out that the issue only occurs when the files are stored on the Windows side on NTFS and accessed through /mnt.
It looks like for libffs-sys-rs it is sufficient if the target dir is on the WSL filesystem (probably because it build libffi inside of the target dir) i.e. CARGO_TARGET_DIR=~/.targets/<project name>/target cargo build worked to fix my build
Appears to be the error from libffi/libffi#552 and is a similar but not identical error to #85
WSL Details
The text was updated successfully, but these errors were encountered: