From b5a45516a82e36cd7be914cee11aa18791c7ee34 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 11 Mar 2024 18:03:04 +0300 Subject: Adapt to build auxiliary machines related changes in libbbot --- bbot/machine-manifest.hxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bbot/machine-manifest.hxx') diff --git a/bbot/machine-manifest.hxx b/bbot/machine-manifest.hxx index 116dc32..5cc45f0 100644 --- a/bbot/machine-manifest.hxx +++ b/bbot/machine-manifest.hxx @@ -49,7 +49,13 @@ namespace bbot strings c) : machine_header_manifest (std::move (i), std::move (n), - std::move (s)), + std::move (s), + // + // @@ TMP AUXILIARY + // + nullopt /* role */, + nullopt /* ram_minimum */, + nullopt /* ram_maximum */), type (t), mac (std::move (m)), options (std::move (o)), -- cgit v1.1