From 208307da958e8dfb317ac66b0d01fe4dd6aee09e Mon Sep 17 00:00:00 2001 From: Cocoa Date: Mon, 27 Jan 2025 11:42:09 +0100 Subject: [PATCH] include adbc_dll_loader in precompiled binaries Signed-off-by: Cocoa --- mix.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/mix.exs b/mix.exs index b277d85..7946629 100644 --- a/mix.exs +++ b/mix.exs @@ -31,6 +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"], make_precompiler_nif_versions: [versions: ["2.16"]], cc_precompiler: [ cleanup: "clean",