Skip to content

Commit

Permalink
Change BUILD into OPENAPI_BUILD for Alire
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Aug 20, 2022
1 parent ada830d commit 2fb8711
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .alire/openapi_config.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down
2 changes: 1 addition & 1 deletion alire-server.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion alire.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 2fb8711

Please sign in to comment.