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

Ignore strip option when platform is win32 #26

Merged
merged 2 commits into from
Dec 5, 2017
Merged

Ignore strip option when platform is win32 #26

merged 2 commits into from
Dec 5, 2017

Conversation

Rrogntudju
Copy link
Contributor

PR tested on Windows (python 3.6) and Linux (python 2.7 and 3.5).

except subprocess.CalledProcessError as e:
pass
if sys.platform != "win32":
if not debug_build:
Copy link
Collaborator

Choose a reason for hiding this comment

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

could you merge this two line into one "if"

@Rrogntudju
Copy link
Contributor Author

Done!

@fafhrd91
Copy link
Collaborator

fafhrd91 commented Dec 5, 2017

Thanks!

@fafhrd91 fafhrd91 merged commit 2f133f4 into PyO3:master Dec 5, 2017
@Rrogntudju Rrogntudju deleted the strip-modif branch December 6, 2017 23:26
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