-
Notifications
You must be signed in to change notification settings - Fork 71
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
Do not set rpath on windows #60
Conversation
There's no test currently for cygwinccompiler. Not sure how to add them. |
ping on this |
Can you say a little bit more about what motivated you to make this change? Did you encounter an error? How is it that this issue is only relevant now, 21 years after the module was created? |
Projects supporting windows would always have a if condition to fix this, for eg: MinGW patches python to remove rpath to make it easier to port projects Also see this setuptools issue, |
Nvm, I need to add it to msvc compiler. Not cygwin. |
Sorry about the noise |
We do see a related failure in SageMath on Cygwin when using PR pypa/setuptools#2909 adds a CI for Cygwin, but it does not expose this failure because apparently linking is not actually tested |
* Update .coveragerc * Keep whitespace consistent. Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
No description provided.