From 57e1ff7ccd727de803225ac19c593cc6468c66f4 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:50:35 +0800 Subject: [PATCH] revert --- deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.sh b/deps.sh index bde66ce..4cf8c16 100755 --- a/deps.sh +++ b/deps.sh @@ -142,7 +142,7 @@ case "$(os)" in echo "-d:nimUse64BitCTime" >> nim.cfg else if [[ $triple == "arm64-apple" ]]; then - libdir=$(readlink -f lib) + libdir="/opt/homebrew/lib" else libdir=$(realpath lib) fi