First resolver

This commit is contained in:
Alejandro R. Mosteo
2018-01-30 01:31:07 +01:00
parent 8d30da8959
commit 87118c979b
12 changed files with 361 additions and 47 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ project Alire is
end Compiler;
package Binder is
for Switches ("ada") use ("-Es", "-shared");
for Switches ("ada") use ("-Es");
end Binder;
package Ide is