Skip to content

Commit

Permalink
pthreads: search in HomeBrew installation directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaas80 committed Mar 6, 2023
1 parent 22af19e commit 554c0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detect.sh
Expand Up @@ -39,7 +39,7 @@ if [ -z "${PTHREADS_DIR}" ]; then
echo "END MESSAGE"

# We look in these directories
DIRS="/usr /usr/local /opt/local ${HOME} c:/packages/PTHREADS"
DIRS="/usr /usr/local /opt/local /opt/homebrew ${HOME} c:/packages/PTHREADS"
# look into each directory
for dir in $DIRS; do
# libraries might have different file extensions
Expand Down

0 comments on commit 554c0bb

Please sign in to comment.