From 2fb8711aec9f41af7ce5985780cff23c875f8dc6 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Sat, 20 Aug 2022 18:49:07 +0200 Subject: [PATCH] Change BUILD into OPENAPI_BUILD for Alire --- .alire/openapi_config.gpr | 2 +- alire-server.toml | 2 +- alire.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.alire/openapi_config.gpr b/.alire/openapi_config.gpr index c7773d2..822e284 100644 --- a/.alire/openapi_config.gpr +++ b/.alire/openapi_config.gpr @@ -6,7 +6,7 @@ abstract project Openapi_Config is type Library_Type_Type is ("relocatable", "static", "static-pic"); type Build_Type is ("distrib", "debug", "optimize", "profile", "coverage"); - Mode : Build_Type := external ("BUILD", "debug"); + Mode : Build_Type := external ("OPENAPI_BUILD", "debug"); Processors := External ("PROCESSORS", "1"); diff --git a/alire-server.toml b/alire-server.toml index f367f46..f104747 100644 --- a/alire-server.toml +++ b/alire-server.toml @@ -34,7 +34,7 @@ servletada = "^1.6.0" openapi = "^0.6.0" [gpr-externals] -BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +OPENAPI_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] OPENAPI_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] [configuration] diff --git a/alire.toml b/alire.toml index e876592..6024a71 100644 --- a/alire.toml +++ b/alire.toml @@ -32,7 +32,7 @@ utilada_xml = "^2.5.0" security = "^1.4.1" [gpr-externals] -BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +OPENAPI_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] OPENAPI_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] [configuration]