[issue46427] Correct MSBuild's configuration for _freeze_module.exe

neonene report at bugs.python.org
Thu Jan 20 21:23:08 EST 2022


neonene <nicesalmon at gmail.com> added the comment:

> +      <Platform></Platform>

This is bad if ARM64 machine takes the blank value as not "ARM64" but "ARM", as "ARM" tools are not necessary to install. Then, I agree with the  proposal of the OP (PR28491) below:

> Would it be acceptable if a new host platform property is added to
> the project file and keep x64 or x86 as default (depends on target)
> but allow users to configure a different host platform to allow
> native arm64 compilation?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46427>
_______________________________________


More information about the Python-bugs-list mailing list