mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
Fix compliation on Linux
This commit is contained in:
parent
caf56bdc77
commit
a80fa36d1e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ impl IO {
|
|||
let io = Arc::new(syscall::SyscallIO::open(path)?);
|
||||
Ok(PageSource { io })
|
||||
}
|
||||
#[cfg(all(feature = "fs", target_os = "darwin"))]
|
||||
#[cfg(all(feature = "fs", target_os = "linux"))]
|
||||
IOMethod::IoUring => {
|
||||
let io = Arc::new(io_uring::IoUring::open(path)?);
|
||||
Ok(PageSource { io })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue