Skip to content

Commit 11f257a

Browse files
committed
Update setup.py
Small fix to enable vas_gssapi Signed-off-by: sanglist <shlomo.anglister@intel.com>
1 parent 5c316ec commit 11f257a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def get_output(*args, **kwargs):
181181
os.environ['PATH'] += os.pathsep + os.path.dirname(main_lib)
182182
elif main_lib is None:
183183
for opt in libraries:
184-
if opt.startswith('gssapi'):
184+
if 'gssapi' in opt:
185185
if os.name == 'nt':
186186
main_lib = '%s.dll' % opt
187187
if winkrb_path:

0 commit comments

Comments
 (0)