-
Notifications
You must be signed in to change notification settings - Fork 262
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
libsql-ffi build failed on Windows #1657
Comments
I have the same issue |
Hi, were you able to solve the problem? I have the same error |
You can temporarily use the older version v0.4, which doesn't have this issue.
|
No. The only solution is to use libsql 0.4.0 |
The reason this occurs is because in the build.rs script the developers have put the Linux |
I'm also hitting the same problem, calling "cp" directly was obviously going to break the Windows build, does that mean Windows support is not properly tested? |
cargo new demo cd demo cargo add libsql cargo check
Output
libsql/libsql-ffi/build.rs
Lines 42 to 48 in 8077948
cp
is sometimes not available on Windows.Windows 11
rustc 1.80.0
libsql = "0.5.0"
The text was updated successfully, but these errors were encountered: