[luajit] Windows arm64 support?
Open
@Cheney-W is already working on this.
Since May 14, 2025.
category:port-feature
- Dominant language
- CMake
- Stars
- 27.5k
- Forks
- 7.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 321
Description
Is your feature request related to a problem? Please describe.
From what I understand, luajit support Windows arm64; https://luajit.org/install.html (https://github.com/LuaJIT/LuaJIT/issues/1096)
But the port appear to exclude it.
luajit is only supported on '!uwp & !(arm64 & windows)', which does not match arm64-windows. This usually means that there are known build failures, or runtime problems, when building other platforms. To ignore this and attempt to build luajit anyway, rerun vcpkg with --allow-unsupported.
Proposed solution
To build luajit on arm64-windows.
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.