Commit a862c27
Fix GSSAPI detection on macOS Big Sur
CPython on macOS Big Sur has a bug in the ctypes.util.find_library
function. This has been fixed recently but has not made its way to an
actual release yet. This change adds a fallback GSS framework path to
try incase ctypes fails to find the path.
[[email protected]: whitespace, wrapping]1 parent 5ee095e commit a862c27
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
165 | 173 | | |
166 | 174 | | |
167 | 175 | | |
| |||
0 commit comments