Towards platform properties
This commit is contained in:
@@ -7,10 +7,8 @@ package Alire.Index.Example_Dependencies is
|
||||
V ("1.0.0"),
|
||||
Repositories.Local.Repo,
|
||||
Repositories.Local.Local_Id,
|
||||
Properties => Default_Properties and Available_On (GNU_Linux),
|
||||
Requisites => Available_On (GNU_Linux) or not Available_On (GNU_Linux)
|
||||
-- No_Requisites and
|
||||
-- (Available_On (GNU_Linux) or not Available_On (GNU_Linux)));
|
||||
Requisites => Available_On (GNU_Linux) and
|
||||
(Available_On (GNU_Linux) or not Available_On (GNU_Linux))
|
||||
-- Compiles_With (GNAT_GPL_2017)));
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user