Skip to content

Commit

Permalink
OpenCL: 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 328fafd commit acf722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.sh
Expand Up @@ -21,7 +21,7 @@ if [ -z "${OPENCL_DIR}" ]; then
echo "OpenCL selected, but OPENCL_DIR not set. Checking some places..."
echo "END MESSAGE"

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

0 comments on commit acf722d

Please sign in to comment.