We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6d8ed commit 9f064b5Copy full SHA for 9f064b5
lib/ffi.ts
@@ -79,6 +79,8 @@ if (Deno.build.os === "windows") {
79
for (
80
const file of [
81
"libclang.so",
82
+ "libclang.so.16",
83
+ "libclang.so.16.0.6",
84
"libclang-14.so.1",
85
"libclang.so.14.0.6",
86
"libclang.so.14",
0 commit comments