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:
@@ -11,7 +11,8 @@ project-files = ["build/gnat/sdlada.gpr"]
|
|||||||
libsdl2 = "^2.0"
|
libsdl2 = "^2.0"
|
||||||
libsdl2_image = "^2.0"
|
libsdl2_image = "^2.0"
|
||||||
libsdl2_ttf = "^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]]
|
[[actions."case(os)".linux]]
|
||||||
type = "post-fetch"
|
type = "post-fetch"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ project-files = ["build/gnat/sdlada.gpr"]
|
|||||||
libsdl2 = "^2.0"
|
libsdl2 = "^2.0"
|
||||||
libsdl2_image = "^2.0"
|
libsdl2_image = "^2.0"
|
||||||
libsdl2_ttf = "^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]]
|
[[actions."case(os)".linux]]
|
||||||
type = "post-fetch"
|
type = "post-fetch"
|
||||||
|
|||||||
Reference in New Issue
Block a user