Skip to content

aarch64 windows build failure #604

Closed
@theKidOfArcrania

Description

@theKidOfArcrania

There is a bug when trying to build for windows arm64 target. See in line 145 concatenates a path of env $OUT_DIR to "/outlined_atomics.rs". The problem arises in windows because $OUT_DIR may resolve to an unc path in windows, and those do not support having forward slashes. Using something like Path.join(...) should fix this bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions