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

link wintun to python architecture as opposed to machine architecture #13

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

vToMy
Copy link
Contributor

@vToMy vToMy commented Aug 1, 2024

Fixes #12
platform.python_compiler() can produce the following on different environments:
arm64 python: MSC v.1940 64 bit (ARM64)
x64 python: MSC v.1940 64 bit (AMD64)
x86 python: MSC v.1940 32 bit (Intel)

There is no non-64 arm version of python, but I've included the code for completion sake (assuming it would contain ARM somewhere), since wintun does support non-64 arm.
In any case, it will default to the platform architecture (previous behavior) if no match was found.

@doronz88 doronz88 merged commit cd5f68a into doronz88:master Aug 4, 2024
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.

Wintun linking error
2 participants