From c947ff6dd4f2e6c0bbacde2e7bcbbfe2e571d95d Mon Sep 17 00:00:00 2001 From: Vadim Misbakh-Soloviov Date: Sun, 15 Oct 2023 15:55:51 +0700 Subject: [PATCH] app-editors/neovim: fix Signed-off-by: Vadim Misbakh-Soloviov --- app-editors/neovim/neovim-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index 5222a98b..d3b0dddc 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -82,6 +82,7 @@ src_prepare() { } src_configure() { + ln -s "${BROOT}"/usr/bin/luajit "${BUILD_DIR}"/luajit || die # Upstream default to LTO on non-debug builds # Let's expose it as a USE flag because upstream # have preferences for how we should use LTO