From 4ed414c41d19bb3842585d4f1079241862c3ecda Mon Sep 17 00:00:00 2001 From: Cocoa Date: Mon, 27 Jan 2025 16:47:18 +0100 Subject: [PATCH] fix/windows: the `dll` file was in `bin` instead of `lib` Signed-off-by: Cocoa --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 73fdb94..14be3f1 100644 --- a/mix.exs +++ b/mix.exs @@ -31,7 +31,7 @@ defmodule Adbc.MixProject do make_precompiler_url: "#{@github_url}/releases/download/v#{@version}/@{artefact_filename}", make_precompiler_filename: "adbc_nif", - make_precompiler_priv_paths: ["adbc_nif.*", "adbc_dll_loader.dll", "lib", "include"], + make_precompiler_priv_paths: ["adbc_nif.*", "adbc_dll_loader.dll", "bin", "lib", "include"], make_precompiler_nif_versions: [versions: ["2.16"]], cc_precompiler: [ cleanup: "clean",