aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlvpi.adb
diff options
context:
space:
mode:
authorMichaƂ Kruszewski <mkru@protonmail.com>2021-03-05 19:17:57 +0100
committertgingold <tgingold@users.noreply.github.com>2021-03-07 21:10:05 +0100
commit66cd5e0aa897b947533d269535fde4c0852472c2 (patch)
treeeb6bb9932eb604b243aa0b2ba57c9faf1c1db883 /src/ghdldrv/ghdlvpi.adb
parent80b41f38598931c14db30232b8b38b12186c156d (diff)
downloadghdl-66cd5e0aa897b947533d269535fde4c0852472c2.tar.gz
ghdl-66cd5e0aa897b947533d269535fde4c0852472c2.tar.bz2
ghdl-66cd5e0aa897b947533d269535fde4c0852472c2.zip
Include directory structure proposal.
Diffstat (limited to 'src/ghdldrv/ghdlvpi.adb')
-rw-r--r--src/ghdldrv/ghdlvpi.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlvpi.adb b/src/ghdldrv/ghdlvpi.adb
index 35194f3bd..d2b2656cd 100644
--- a/src/ghdldrv/ghdlvpi.adb
+++ b/src/ghdldrv/ghdlvpi.adb
@@ -37,7 +37,7 @@ package body Ghdlvpi 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/ghdl";
end Get_Vpi_Include_Dir;
-- Return the lib directory.