We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da6ef7 commit 892df24Copy full SHA for 892df24
libtiff/libtiff_ctypes.py
@@ -91,7 +91,9 @@
91
if not os.path.isfile(include_tiff_h):
92
import glob
93
include_tiff_h = (glob.glob(os.path.join(sys.prefix, 'include',
94
- '*linux-gnu', 'tiff.h')) +
+ '*linux*', 'tiff.h')) +
95
+ glob.glob(os.path.join(sys.prefix, 'include',
96
+ '*kfreebsd*', 'tiff.h')) +
97
[include_tiff_h])[0]
98
99
# Base it off of the python called
0 commit comments