aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-13 09:11:58 +0100
committertgingold <tgingold@users.noreply.github.com>2021-02-13 12:17:39 +0100
commit35657c6fb88396e0627a8ef782747e2f568eaf03 (patch)
tree9c3b820d09dee40e51645bdc27095a4f964b7a55 /src
parente4f4501e1bf7a59d9d8b453746d55715321635e6 (diff)
downloadghdl-35657c6fb88396e0627a8ef782747e2f568eaf03.tar.gz
ghdl-35657c6fb88396e0627a8ef782747e2f568eaf03.tar.bz2
ghdl-35657c6fb88396e0627a8ef782747e2f568eaf03.zip
Makefile: put libraries in lib/. For #1642
Diffstat (limited to 'src')
-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);