Skip to content

Commit

Permalink
openslide: update comment for state of DEFAULT_LIBRARY_FALLBACK in Ma…
Browse files Browse the repository at this point in the history
…cPorts
  • Loading branch information
bgilbert committed Mar 21, 2021
1 parent ee6f01b commit b59be96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openslide/lowlevel.py
Expand Up @@ -47,9 +47,8 @@
except OSError:
# MacPorts doesn't add itself to the dyld search path, but
# does add itself to the find_library() search path
# (DEFAULT_LIBRARY_FALLBACK in ctypes.macholib.dyld) on
# Python 2.6 and 2.7. Python 3 users on MacPorts should add
# the MacPorts lib directory to DYLD_LIBRARY_PATH.
# (DEFAULT_LIBRARY_FALLBACK in ctypes.macholib.dyld) except on
# Python 3.3.
import ctypes.util
_lib = ctypes.util.find_library('openslide')
if _lib is None:
Expand Down

0 comments on commit b59be96

Please sign in to comment.