From 0dbe163b8b95f880c8e44775d993a6240ad69a10 Mon Sep 17 00:00:00 2001 From: "Levy A." Date: Mon, 16 Jun 2025 09:28:32 -0300 Subject: [PATCH] feat: switch to msvc --- src/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions.php b/src/functions.php index 935112e..5f1ef70 100644 --- a/src/functions.php +++ b/src/functions.php @@ -30,7 +30,7 @@ function getFFI(): ?FFI ["Linux", "x86_64"] => '/../lib/x86_64-unknown-linux-gnu/liblibsql.so', ["Linux", "arm64"] => '/../lib/aarch64-unknown-linux-gnu/liblibsql.so', ["Linux", "aarch64"] => '/../lib/aarch64-unknown-linux-gnu/liblibsql.so', - ["Windows NT", "AMD64"] => '/../lib/x86_64-pc-windows-gnu/libsql.dll', + ["Windows NT", "AMD64"] => '/../lib/x86_64-pc-windows-msvc/libsql.dll', default => die("Unsupported OS $os $arch"), }, );