aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/default_pathes.ads.in
diff options
context:
space:
mode:
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;