aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdldrv.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdldrv.adb')
-rw-r--r--src/ghdldrv/ghdldrv.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdldrv.adb b/src/ghdldrv/ghdldrv.adb
index 5fe3912c0..96e259da7 100644
--- a/src/ghdldrv/ghdldrv.adb
+++ b/src/ghdldrv/ghdldrv.adb
@@ -997,8 +997,8 @@ package body Ghdldrv is
if Add_Std then
Std_File := new
String'(Get_Machine_Path_Prefix & Directory_Separator
- & Get_Version_Path & Directory_Separator
& "std" & Directory_Separator
+ & Get_Version_Path & Directory_Separator
& "std_standard" & Link_Obj_Suffix.all);
P := P + 1;
Args (P) := Std_File;