build fixes for AdaCore libraries (#1747)

This commit is contained in:
César Sagaert
2026-01-07 10:22:02 +01:00
committed by GitHub
parent 605bfba2e3
commit ce3ac33e21
6 changed files with 35 additions and 2 deletions
@@ -9,6 +9,13 @@ licenses = "Apache-2.0 WITH LLVM-exception"
website = "https://github.com/AdaCore/langkit"
project-files = ["langkit/support/langkit_support.gpr"]
[gpr-externals]
LANGKIT_SUPPORT_BUILD_MODE = ["dev", "prod", "prof"]
LANGKIT_SUPPORT_LIBRARY_TYPE = ["static", "relocatable", "static-pic"]
[gpr-set-externals]
LANGKIT_SUPPORT_BUILD_MODE = "prod"
[[depends-on]]
adasat = "^26"
gnatcoll = "^26"