Skip to content

Commit

Permalink
Mention the env var not the Python var
Browse files Browse the repository at this point in the history
When logging the error mention which environment variable to use to
disable detection. This also matches GSSAPI_MAIN_LIB.
  • Loading branch information
simmel authored and frozencemetery committed Dec 1, 2020
1 parent a8708fa commit 5ee095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def get_output(*args, **kwargs):
if main_lib is None:
raise Exception("Could not find main GSSAPI shared library. Please "
"try setting GSSAPI_MAIN_LIB yourself or setting "
"ENABLE_SUPPORT_DETECTION to 'false'")
"GSSAPI_SUPPORT_DETECT to 'false'")

GSSAPI_LIB = ctypes.CDLL(os.path.join(main_path, main_lib))

Expand Down

0 comments on commit 5ee095e

Please sign in to comment.