Skip to content

Cross compilation + #[phase(syntax)] = sadness #12102

Closed
@alexcrichton

Description

@alexcrichton

I believe that when you specify a crate with #[phase(syntax)], that should resolve a crate for the host architecture, not the target architecture. This means that if I'm doing a cross-compile, I'm going to attempt to dlopen libraries for the target architecture, which will probably fail if I'm cross compiling.

cc @sfackler

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-syntaxextArea: Syntax extensions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions