From 0d53468763224e4475d50c7ad83ba5bfb2b80352 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Sat, 23 Mar 2024 09:07:33 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f234977..3285ba8 100755 --- a/install.sh +++ b/install.sh @@ -211,7 +211,7 @@ fi # https://github.com/conda-forge/pocl-feedstock/pull/96 if [[ $(uname) == "Darwin" ]]; then if conda list | grep -q ld64; then - with_echo conda install --yes ld64=609 + conda install --yes ld64=609 fi fi