diff options
-rw-r--r-- | src/ghdldrv/ghdlsynth.adb | 4 |
1 files changed, 3 insertions, 1 deletions
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 |