aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/default_paths.ads.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/default_paths.ads.in')
-rw-r--r--src/ghdldrv/default_paths.ads.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ghdldrv/default_paths.ads.in b/src/ghdldrv/default_paths.ads.in
index da2f7cc42..e6137789d 100644
--- a/src/ghdldrv/default_paths.ads.in
+++ b/src/ghdldrv/default_paths.ads.in
@@ -37,7 +37,6 @@ package Default_Paths is
Post_Processor : constant String :=
"@POST_PROCESSOR@";
- Shared_Library_Extension : constant String :=
- "@SOEXT@";
+ Shared_Library_Extension : constant String := "@SOEXT@";
Default_Pie : constant Boolean := "@default_pie@" = String'("yes");
end Default_Paths;