Changes for new abstract index loading

See alire-project/alire#186
This commit is contained in:
Alejandro R. Mosteo
2019-09-14 15:32:01 +02:00
parent 381211be5d
commit 83c090cf00
7 changed files with 21 additions and 26 deletions
+2 -3
View File
@@ -18,6 +18,5 @@ project-files = ["globe_3d.gpr"]
[20180111.gpr-externals]
OS_Kind = ["linux", "macosx", "win32"]
[20180111.gpr-set-externals.OS_Kind.'case(os)']
linux = "linux"
'...' = ""
[20180111.gpr-set-externals.'case(os)']
linux = { OS_Kind = "linux" }