Skip to content

LuaJIT could actually be multi-arch somewhat easily #2

@awilfox

Description

@awilfox

As far as I know there's no way to build luajit as a universal binary since it includes hand crafted assembly.

But, maybe we could include an x86 and am64 version of luajit and detect which interpreter to call in the shebang startup script…

Apple have some documentation on this very subject. Just build the different versions you want, and then combine them using the lipo command.

Hope this info helps you!

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