Skip to content

Commit 820d293

Browse files
committed
Update GNAT project for workarround Alire pin issues
1 parent f62d4dd commit 820d293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utilada_conf.gpr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ abstract project UtilAda_Conf is
1616
-- Moved to UtilAda_Unit project but kept for Alire pins issues.
1717
type Unit_Type is ("none", "ahven-unix", "ahven-windows", "aunit");
1818

19+
Unit : Unit_Type := external ("UTIL_UNIT", "ahven-unix");
20+
1921
type Asm_Version_Type is ("none", "intrinsic", "x86");
2022

2123
Asm_Version : Asm_Version_Type := external ("UTIL_ASM_TYPE", "intrinsic");

0 commit comments

Comments
 (0)