From dc2542b1faef1817d7166458fd51dd2c001f45af Mon Sep 17 00:00:00 2001 From: umarcor Date: Fri, 23 Apr 2021 00:57:09 +0200 Subject: Makefile: add and use all.ghw, install.ghw and uninstall.ghw targets --- scripts/ci-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3