Support for platform extensions

This commit is contained in:
Alejandro R. Mosteo
2018-02-25 19:43:51 +01:00
parent a70cba98f7
commit 19c0607407
6 changed files with 46 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ package body Alire.Releases is
Label : Properties.Labeled.Label renames Properties.Labeled.Label (P);
begin
if Label.Name = Executable then
Exes.Append (Label.Value);
Exes.Append (Label.Value & OS_Lib.Exe_Suffix);
end if;
end;
end if;