build: Fix build on macOS 15 and Nix environment (#7953)

This commit is contained in:
Ayaz Salikhov
2026-08-05 00:27:23 +01:00
committed by GitHub
parent a75488e5ff
commit 41d6bb5f73
7 changed files with 59 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ class Xrpl(ConanFile):
requires = [
"ed25519/2015.03",
"fast_float/8.2.10",
"grpc/1.81.1",
"libarchive/3.8.7",
"nudb/2.0.9",
@@ -211,6 +212,7 @@ class Xrpl(ConanFile):
"boost::thread",
"date::date",
"ed25519::ed25519",
"fast_float::fast_float",
"grpc::grpc++",
"libarchive::libarchive",
"lz4::lz4",