Skip to content

mesonProject isNative when it is not (same architecture here) #425

@dimitre

Description

@dimitre

I'm cross compiling in Ubuntu, target MSYS2
and noticed it is passing --native-file= instead of --cross-file=
so the runner is failing on sanitycheck.exe
https://github.com/dimitre/ofLibs/actions/runs/18194736423/job/51797882075

I think it has to do with this line

	bool isNative = m_state.info.hostArchitecture() == m_state.info.targetArchitecture();

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdoneThe issue has been fixed and all related changes have been committed

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions