Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix shlex.split on windows #223

Merged
merged 1 commit into from
Aug 26, 2020

Conversation

dhirschfeld
Copy link
Contributor

I'm trying to compile this package on Windows for conda-forge so need to pass in the GSSAPI_LINKER_ARGS and GSSAPI_COMPILER_ARGS env vars. Unfortunately they're specified using the Windows backslash convention for paths which requires passing the posix=False argument to shlex.split

Copy link
Member

@frozencemetery frozencemetery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this seems good to me, but I'd like to double-check with @aiudirog before merging.

@aiudirog
Copy link
Member

I have no problems with this, sounds like a good change.

@frozencemetery frozencemetery merged commit dbb1db1 into pythongssapi:master Aug 26, 2020
@dhirschfeld dhirschfeld deleted the win-paths branch August 26, 2020 21:11
@dhirschfeld
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants