From 35657c6fb88396e0627a8ef782747e2f568eaf03 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 13 Feb 2021 09:11:58 +0100 Subject: Makefile: put libraries in lib/. For #1642 --- src/ghdldrv/ghdlvpi.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ghdldrv') 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); -- cgit v1.2.3