Oops, add missing semicolon to ahven.gpr.gp. Attempt #2 for ahven.gpr.gp fix.
1 files changed, 1 insertions(+), 1 deletions(-) M gnat_linux/ahven.gpr.gp
M gnat_linux/ahven.gpr.gp +1 -1
@@ 13,5 13,5 @@ library project Ahven is package Linker is for Linker_Options use ("-lgnarl"); end Linker; - #end if + #end if; end Ahven;