Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix shlex.split on windows #223
Conversation
|
Thanks, this seems good to me, but I'd like to double-check with @aiudirog before merging. |
|
I have no problems with this, sounds like a good change. |
|
Thanks! |
I'm trying to compile this package on Windows for
conda-forgeso need to pass in theGSSAPI_LINKER_ARGSandGSSAPI_COMPILER_ARGSenv vars. Unfortunately they're specified using the Windows backslash convention for paths which requires passing theposix=Falseargument toshlex.split