Update actions.command

Part of alire-project/alire#255
This commit is contained in:
Fabien Chouteau
2019-12-04 17:16:42 +01:00
parent dcdb42097f
commit 3ac5f37084
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ project-files = ["asis.gpr"]
[[2018.actions]]
type = "post-fetch"
command = "make setup-snames"
command = ["make", "setup-snames"]
[2018.available.'case(compiler)']
gnat-community-2018 = true
@@ -31,7 +31,7 @@ project-files = ["asis.gpr"]
[[2017.actions]]
type = "post-fetch"
command = "make setup-snames"
command = ["make", "setup-snames"]
[2017.available.'case(compiler)']
gnat-community-2018 = true