From d5cf34ded4e43eae7460dbceec35a074c0a0fd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Persson?= Date: Sun, 4 Jun 2023 14:47:22 +0200 Subject: [PATCH] Turned off bootstrap mode. --- xmlada.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlada.spec b/xmlada.spec index dc71697..ff1373a 100644 --- a/xmlada.spec +++ b/xmlada.spec @@ -1,7 +1,7 @@ # This package has a bootstrap build mode that can be used to create a source # code package for bootstrapping GPRbuild. See the 'gprbuild' spec file for more # information. -%bcond_without bootstrap +%bcond_with bootstrap # Upstream source information. %global upstream_owner AdaCore