Skip to content

Commit

Permalink
Try to get command line path with make path
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Dec 19, 2023
1 parent ddbbd6f commit 0219b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0219b8d

Please sign in to comment.