aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/default_pathes.ads.in
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-07-14 08:21:18 +0200
committerTristan Gingold <tgingold@free.fr>2016-07-14 08:21:18 +0200
commit8db5c10786bca404c5d1e129090ea9fea25531d2 (patch)
tree1232a7f9a6e4cd42bccad5f1228a2f20fc16d5e0 /src/ghdldrv/default_pathes.ads.in
parent8fd9e4a314bec9a3dc4a260b00d2ed7f589d74c0 (diff)
downloadghdl-8db5c10786bca404c5d1e129090ea9fea25531d2.tar.gz
ghdl-8db5c10786bca404c5d1e129090ea9fea25531d2.tar.bz2
ghdl-8db5c10786bca404c5d1e129090ea9fea25531d2.zip
Add commands to build vpi modules (WIP)
Diffstat (limited to 'src/ghdldrv/default_pathes.ads.in')
-rw-r--r--src/ghdldrv/default_pathes.ads.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/default_pathes.ads.in b/src/ghdldrv/default_pathes.ads.in
index 7f471a5ed..a7c3d15f7 100644
--- a/src/ghdldrv/default_pathes.ads.in
+++ b/src/ghdldrv/default_pathes.ads.in
@@ -36,4 +36,7 @@ package Default_Pathes is
"@COMPILER_DEBUG@";
Post_Processor : constant String :=
"@POST_PROCESSOR@";
+
+ Shared_Library_Extension : constant String :=
+ "@SOEXT@";
end Default_Pathes;