diff options
author | David Lechner <david@pybricks.com> | 2022-11-17 15:32:19 -0600 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-11-18 15:17:29 +1100 |
commit | ac5934c96b66555ba8fe43465b34cb2b2a692ff0 (patch) | |
tree | 1ae9e7885cf5117dfcaa1d726f94a0c79f5aa9b6 /py/makeversionhdr.py | |
parent | 5b08e0361e5c38f910444e48c1f0bb29ac3e9f69 (diff) |
mpy-cross/main: Add MSVC-compatible architecture checks.
MSVC doesn't define `__i386__` or `__x86_64__` so we have to check
`_M_IX86` and `_M_X64` as well.
Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'py/makeversionhdr.py')
0 files changed, 0 insertions, 0 deletions