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

enable building pywinpty without winpty and debug code #198

Merged
merged 2 commits into from
Nov 11, 2021

Conversation

niyas-sait
Copy link
Contributor

This patch enables building pywinpty without winpty. The existing code didn't work as the ENABLE_WINPTY is defined to 0 by build.rs and C pre-processor considers them as defined even if the value is 0. Replacing the ifdef by if fixes this issue.

@niyas-sait niyas-sait changed the title enable building pywinpty without winpty enable building pywinpty without winpty and debug code Nov 11, 2021
@andfoy andfoy added this to the v1.1.6 milestone Nov 11, 2021
@andfoy
Copy link
Owner

andfoy commented Nov 11, 2021

Thanks for these patches @nsait-linaro

@andfoy andfoy merged commit bceb883 into andfoy:master Nov 11, 2021
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.

2 participants