aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorumarcor <38422348+umarcor@users.noreply.github.com>2020-05-03 11:15:30 +0200
committerGitHub <noreply@github.com>2020-05-03 11:15:30 +0200
commit84b548ddb8dd089f7953bbda0fa8db424f02ef09 (patch)
treeee743b2642a0da4877e230fc72dad29d6fb6d017 /dist
parentc590d31a4d181a3da096b52b209e4b0cc6add63a (diff)
downloadghdl-84b548ddb8dd089f7953bbda0fa8db424f02ef09.tar.gz
ghdl-84b548ddb8dd089f7953bbda0fa8db424f02ef09.tar.bz2
ghdl-84b548ddb8dd089f7953bbda0fa8db424f02ef09.zip
Document and use --vpi-library-dir-unix (#1279)
* testsuite: use '--vpi-library-dir-unix' in 'add_vpi_path' * doc: add '--vpi-library-dir-unix', remove redundant headers
Diffstat (limited to 'dist')
-rw-r--r--dist/msys2-mingw/run.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/msys2-mingw/run.sh b/dist/msys2-mingw/run.sh
index 40d25004e..a24578adc 100644
--- a/dist/msys2-mingw/run.sh
+++ b/dist/msys2-mingw/run.sh
@@ -109,7 +109,6 @@ test () {
env | grep MINGW
gend
- export PATH=$PATH:"$(cd $(dirname $(which ghdl))/../lib; pwd)"
GHDL=ghdl ../../testsuite/testsuite.sh
}