aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlvpi.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlvpi.adb b/src/ghdldrv/ghdlvpi.adb
index 3ecd8315c..875d6e5ce 100644
--- a/src/ghdldrv/ghdlvpi.adb
+++ b/src/ghdldrv/ghdlvpi.adb
@@ -88,8 +88,7 @@ package body Ghdlvpi is
-- On linux/unix, add rpath.
-- No such concept on windows.
Nbr := Nbr + 1;
- Extra_Args (Nbr) := new String'
- ("-Wl,-rpath," & Get_Vpi_Lib_Dir);
+ Extra_Args (Nbr) := new String'("-Wl,-rpath," & Get_Vpi_Lib_Dir);
end if;
return Extra_Args (1 .. Nbr);