aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BLAS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BLAS.sh b/BLAS.sh
index 5f7c507..331fd64 100644
--- a/BLAS.sh
+++ b/BLAS.sh
@@ -144,7 +144,7 @@ fi
################################################################################
# Set options
-if [ "${BLAS_DIR}" != '/usr' -a "${BLAS_DIR}" != '/usr/local' ]; then
+if [ "${BLAS_DIR}" != '/usr/lib' -a "${BLAS_DIR}" != '/usr/local/lib' ]; then
BLAS_INC_DIRS=
BLAS_LIB_DIRS="${BLAS_DIR}"
fi