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

bpo-36513: Enable building cpython nuget package for arm32 #12669

Merged
merged 1 commit into from Apr 12, 2019

Conversation

paulmon
Copy link
Contributor

@paulmon paulmon commented Apr 3, 2019

Add support for building nuget packages Windows ARM32.

The nuget package contains the headers and libs required to cross-compile arm32 binary distribution packages for inclusion in wheels.

Since the arm32 nuget package is being built on x86/x64 build host $(PythonExe) needs to be overridden with a non-arm binary for the build steps. The parameter --python-exe was added to enable the user to specify which python.exe to use. The version of the specified python.exe should match exactly the version of the arm32 binaries being packaged.

@zooba @zware

https://bugs.python.org/issue36513

@zooba
Copy link
Member

zooba commented Apr 12, 2019

Change looks fine to me, and I'm trusting you that it works for ARM32 :)

@zooba zooba merged commit aa25d5d into python:master Apr 12, 2019
@paulmon paulmon deleted the arm32_nuget branch Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants