aboutsummaryrefslogtreecommitdiff
path: root/repos/community/neovim/abuild
diff options
context:
space:
mode:
authorohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org>2026-05-29 12:51:15 -0300
committerohnoes_ohnoes <ohnoes_ohnoes@noreply.codeberg.org>2026-05-29 12:51:15 -0300
commitc1a2776d5d2a810a3f7dc88cd05f680c5e6d475f (patch)
treec4bb977c978a72157144afae2c88bc2e3df551da /repos/community/neovim/abuild
parent4ead104e65fde67ec4186ee0777c678926205af3 (diff)
downloadalicelinux-c1a2776d5d2a810a3f7dc88cd05f680c5e6d475f.tar.gz
alicelinux-c1a2776d5d2a810a3f7dc88cd05f680c5e6d475f.zip
neovim: Fixed usr/lib64 dist files. Now they are saved in usr/lib
Diffstat (limited to 'repos/community/neovim/abuild')
-rw-r--r--repos/community/neovim/abuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/repos/community/neovim/abuild b/repos/community/neovim/abuild
index 595326c2..77228d65 100644
--- a/repos/community/neovim/abuild
+++ b/repos/community/neovim/abuild
@@ -19,6 +19,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_LTO=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_C_FLAGS_RELEASE="$CFLAGS"
cmake --build build
DESTDIR=$PKG cmake --install build