From 430d1ba5b09e4a2a20dc92156e5a1c69dd30bea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Tue, 8 Mar 2022 03:57:54 +0100 Subject: Fix --libghdl-include-dir ghdl/ suffix Commit 66cd5e0aa ("Include directory structure proposal.") added a ghdl/ subdir to the include directory. This wasn't properly reflected in ghdlsynth. --- src/ghdldrv/ghdlsynth.adb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb index 7402925a2..effc04dc7 100644 --- a/src/ghdldrv/ghdlsynth.adb +++ b/src/ghdldrv/ghdlsynth.adb @@ -590,7 +590,9 @@ package body Ghdlsynth is -- Compute install path Ghdllocal.Set_Exec_Prefix_From_Program_Name; - return Ghdllocal.Exec_Prefix.all & Directory_Separator & "include"; + return Ghdllocal.Exec_Prefix.all + & Directory_Separator & "include" + & Directory_Separator & "ghdl"; end Get_Libghdl_Include_Dir; procedure Register_Commands is -- cgit v1.2.3