0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-13 05:53:15 +00:00
Files
libsql/libsql-ffi
Pekka Enberg cb89097a57 ffi, build: Don't use UNC paths on Windows (#1451)
Windows build fails with "The network name cannot be found" error when
built with encryption. That's because the std::fs::canocalize() function
returns UNC paths on Windows, which confuses CMake to fail.

Switch to std::env::current_dir() instead, which returns paths that
CMake can deal with.
2024-06-07 18:02:29 +00:00
..
2024-02-06 17:44:23 +00:00
2024-03-08 15:32:01 +00:00