Skip to content

Does not build on aarch64-pc-windows-msvc #123

@RalfJung

Description

@RalfJung

aarch64-pc-windows-msvc is on track to becoming a tier 1 target soon (rust-lang/rfcs#3817). However, this crate does not build on aarch64-pc-windows-msvc because it depends on winapi, which doesn't support aarch64 (and, given its maintenance status, it is unlikely that it ever will).

Probably the best way to fix this is to use windows-sys / windows-rs instead of winapi. Unfortunately I am not a Windows person so I know next to nothing about what this would take. :)

(This came up in rust-lang/miri#4479)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions