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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/default_paths.ads.in b/src/ghdldrv/default_paths.ads.in
index a20491c3d..ae321011b 100644
--- a/src/ghdldrv/default_paths.ads.in
+++ b/src/ghdldrv/default_paths.ads.in
@@ -38,5 +38,5 @@ package Default_Paths is
"@POST_PROCESSOR@";
Shared_Library_Extension : constant String := "@SOEXT@";
- Default_Pie : constant Boolean := "@default_pie@" = String'("true");
+ Default_Pie : constant Boolean := "@default_pic@" = String'("true");
end Default_Paths;