Closed
Description
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
Labels
No labels