SDLAda missing make dependency (#429)

* Update sdlada-2.3.1.toml

* Update sdlada-2.5.4-1.toml

* Update sdlada-2.3.1.toml

Fix GNAT version dependency
This commit is contained in:
Fabien Chouteau
2022-01-13 14:40:33 +01:00
committed by GitHub
parent 903de56a1b
commit 584eba5487
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ project-files = ["build/gnat/sdlada.gpr"]
libsdl2 = "^2.0"
libsdl2_image = "^2.0"
libsdl2_ttf = "^2.0"
gnat = "/=2020" # Does not build yet with CE 2020
gnat = "=2019 | <=11.0.0" # Does not build yet with CE 2020 and GNAT FSF 11
make = "*" # Required for post-fetch actions
[[actions."case(os)".linux]]
type = "post-fetch"
+1 -1
View File
@@ -15,7 +15,7 @@ project-files = ["build/gnat/sdlada.gpr"]
libsdl2 = "^2.0"
libsdl2_image = "^2.0"
libsdl2_ttf = "^2.0"
# gnat = "/=2020" # Does not build yet with CE 2020
make = "*" # Required for post-fetch actions
[[actions."case(os)".linux]]
type = "post-fetch"