aboutsummaryrefslogtreecommitdiff
path: root/repos/community/neovim/abuild
diff options
context:
space:
mode:
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