Towards platform properties

This commit is contained in:
Alejandro R. Mosteo
2018-02-12 23:17:19 +01:00
parent d92c374833
commit 6ffd2974a4
7 changed files with 75 additions and 55 deletions
+2 -4
View File
@@ -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)));
);