Looking for lmdb in the right location under MacOS

This commit is contained in:
Felipe Zimmerle 2016-07-28 17:40:41 -03:00
parent 7f7bd99843
commit 5febc7b26d

View File

@ -14,7 +14,7 @@ LMDB_POSSIBLE_LIB_NAMES="lmdb"
LMDB_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0" LMDB_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
# Possible paths (if pkg-config was not found, proceed with the file lookup) # Possible paths (if pkg-config was not found, proceed with the file lookup)
LMDB_POSSIBLE_PATHS="/usr/lib /usr/local/lib /usr/local/liblmdb /usr/local/lmdb /usr/local /opt/liblmdb /opt/lmdb /opt /usr /usr/lib64" LMDB_POSSIBLE_PATHS="/usr/lib /usr/local/lib /usr/local/liblmdb /usr/local/lmdb /usr/local /opt/liblmdb /opt/lmdb /opt /usr /usr/lib64 /opt/local"
# Variables to be set by this very own script. # Variables to be set by this very own script.
LMDB_VERSION="" LMDB_VERSION=""