From f0c85978becceacb6895a6731e040bb5dd2c8407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Mu=C3=B1oz?= Date: Sun, 28 Jan 2024 22:28:02 +0100 Subject: [PATCH] include native libs in native image generation --- src/native-image/resource-config.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/native-image/resource-config.json b/src/native-image/resource-config.json index 17973e8..9a69b48 100644 --- a/src/native-image/resource-config.json +++ b/src/native-image/resource-config.json @@ -18,6 +18,12 @@ }, { "pattern":"\\Qorg/xerial/snappy/native/Linux/x86_64/libsnappyjava.so\\E" + }, + { + "pattern":"\\Qorg/xerial/snappy/native/Windows/x86_64/snappyjava.dll\\E" + }, + { + "pattern":"\\Qorg/xerial/snappy/native/Mac/x86_64/libsnappyjava.dylib\\E" } ]}, "bundles":[]