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/*",