From ebd810b184e67b67cbb7cc8dac8b9298de66a168 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Thu, 10 Sep 2026 16:21:52 +0100 Subject: [PATCH] build: Add missing script to conan package --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 0683a3779f..52d4da4286 100644 --- a/conanfile.py +++ b/conanfile.py @@ -149,6 +149,7 @@ class Xrpl(ConanFile): self.requires("xxhash/0.8.3", transitive_headers=True) exports_sources = ( + "bin/default-loader-path.sh", "CMakeLists.txt", "cfg/*", "cmake/*",