From 0219b8d0c019c60fac8e9b5ccf485fccf484f930 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Tue, 19 Dec 2023 08:33:41 +0200 Subject: [PATCH] Try to get command line path with make path --- tests/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.sh b/tests/tests.sh index 6447542..5dfffb9 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -5,7 +5,7 @@ OS=$(uname -s) if [ "${OS}" == "Darwin" ] then - MAKE=/Library/Developer/CommandLineTools/usr/bin/make + MAKE=$(xcode-select -p)/usr/bin/make else