New comment by Anidetrix on void-packages repository https://github.com/void-linux/void-packages/pull/46909#issuecomment-1837570252 Comment: > Cross compilation won't work then, try it yourself if you don't believe me. Ah, got it. Will test it to see for myself to see if it can be fixed. > And I don't think there's a reason why yazi should bundle its own lua version instead of using the system one (which saves storage space in general)... As you said yourself in the commit: we can't use luajit52 because it's not in the repos. So if we don't have it in the repo (and also it being difficult to support in the repo due to LuaJIT's rolling release model) - don't see the reason to not allow it. But if it breaks the cross-compilation then the slower lua is definitely better than a broken build. If so, you do need to remove the `vendored` feature from the `plugin/Cargo.toml` file as well, cause right now it still bundles the normal lua52 anyway. In any case, thank you, would love to see this package in the repo.