mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-07-06 17:03:33 +00:00
This fixes a build issue with musl based systems that do not have fcntl64 in their libc. This is done by setting `FILE_OFFSET_BITS=32` only for musl targets. This forces the compiler to not convert `fcntl` to `fcntl64`.
492 B
492 B