aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-04-23 00:57:09 +0200
committertgingold <tgingold@users.noreply.github.com>2021-04-23 05:34:09 +0200
commitdc2542b1faef1817d7166458fd51dd2c001f45af (patch)
tree35b68d6d980e4a7ed033ae00f9079cac15487261 /scripts
parentf80af477cdc76a6635eec16ac0f53fad80edde14 (diff)
downloadghdl-dc2542b1faef1817d7166458fd51dd2c001f45af.tar.gz
ghdl-dc2542b1faef1817d7166458fd51dd2c001f45af.tar.bz2
ghdl-dc2542b1faef1817d7166458fd51dd2c001f45af.zip
Makefile: add and use all.ghw, install.ghw and uninstall.ghw targets
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci-run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci-run.sh b/scripts/ci-run.sh
index 2854ee7f3..ba213310c 100755
--- a/scripts/ci-run.sh
+++ b/scripts/ci-run.sh
@@ -423,7 +423,7 @@ ci_run () {
if [ "x$IS_MACOS" = "xtrue" ]; then
pip3 install -r testsuite/requirements.txt
CC=clang \
- prefix="$(pwd)/install-$(echo "$TASK" | cut -d+ -f2)/usr/local" \
+ PATH="$PATH:$(pwd)/install-$(echo "$TASK" | cut -d+ -f2)/usr/local/bin" \
./testsuite/testsuite.sh
else
# Build ghdl/ghdl:$GHDL_IMAGE_TAG image